Compare commits

..

1 Commits

Author SHA1 Message Date
Omar 0ca8bd0fa6
Merge 171bdb9e66 into 5dcfacc418 2023-10-12 02:55:45 -06:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.7.1
VERSION=0.7.1b
PROGNAME="$(basename $0)"
export LC_ALL=C
@ -2019,7 +2019,7 @@ run_wifi_ap_processes() {
# sleep 1
#done
#echo -n "hostapd PID: " ; cat $CONFDIR/hostapd.pid
pid_watchdog $HOSTAPD_PID 10 "hostapd failed. (tip: try '--hostapd-debug' to get some debug info)" &
pid_watchdog $HOSTAPD_PID 10 "hostapd failed" &
sleep 3
}