Skip to content

Commit

Permalink
fixes nanomq bug (#79) by some miracle
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Feb 1, 2024
1 parent 2da773b commit f005d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case "$1" in
start)
echo "Starting hostapd..."
# start (S) executable (x), make pid file (m) at p, run in background (-- -B),
start-stop-daemon -S -x "$EXECUTABLE" -m -p "$PIDFILE" -- -B "$CONF"
start-stop-daemon -S -x "$EXECUTABLE" -b -m -p "$PIDFILE" -- "$CONF"
;;
stop)
echo "Stopping hostapd..."
Expand Down

0 comments on commit f005d1d

Please sign in to comment.