Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Dec 30, 2023
1 parent 5dcfacc commit 718a175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lnxrouter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.7.1b
VERSION=0.7.1
PROGNAME="$(basename $0)"

export LC_ALL=C
Expand Down Expand Up @@ -1990,7 +1990,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
}

Expand Down

0 comments on commit 718a175

Please sign in to comment.