Compare commits

..

2 Commits

Author SHA1 Message Date
Omar 479ef3abb4
Merge 171bdb9e66 into 718a1752f1 2024-01-10 05:20:49 -07:00
garywill 718a1752f1 version 0.7.1 2023-12-30 22:31:32 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.7.1b
VERSION=0.7.1
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" &
pid_watchdog $HOSTAPD_PID 10 "hostapd failed. (tip: try '--hostapd-debug' to get some debug info)" &
sleep 3
}