Skip to content

Commit 718a175

Browse files
committed
version 0.7.1
1 parent 5dcfacc commit 718a175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lnxrouter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=0.7.1b
3+
VERSION=0.7.1
44
PROGNAME="$(basename $0)"
55

66
export LC_ALL=C
@@ -1990,7 +1990,7 @@ run_wifi_ap_processes() {
19901990
# sleep 1
19911991
#done
19921992
#echo -n "hostapd PID: " ; cat $CONFDIR/hostapd.pid
1993-
pid_watchdog $HOSTAPD_PID 10 "hostapd failed" &
1993+
pid_watchdog $HOSTAPD_PID 10 "hostapd failed. (tip: try '--hostapd-debug' to get some debug info)" &
19941994
sleep 3
19951995
}
19961996

0 commit comments

Comments
 (0)