fixed small typo

This commit is contained in:
Obruut 2016-03-11 19:24:14 +01:00
parent 69541cb2bc
commit 490beafe5c

View File

@ -1735,7 +1735,7 @@ if [[ $NO_HAVEGED -eq 0 ]]; then
HAVEGED_WATCHDOG_PID=$!
fi
# start hostapd (use stdbuf for no delayed output in porgrams that redirect stdout)
# start hostapd (use stdbuf for no delayed output in programs that redirect stdout)
stdbuf -oL hostapd $HOSTAPD_DEBUG_ARGS $CONFDIR/hostapd.conf &
HOSTAPD_PID=$!
echo $HOSTAPD_PID > $CONFDIR/hostapd.pid