Skip to content

Commit c26aaf9

Browse files
committed
Update ap_stop2.sh
1 parent 4759fb3 commit c26aaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ap/ap_stop2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ap2_pid=$(<"/var/run/hostapd2.pid")
33
echo "Terminating 2nd AP - pid " $ap2_pid
44

5-
if [ -n "$ap_pid" ]; then
5+
if [ -n "$ap2_pid" ]; then
66
kill $ap2_pid
77
fi
88

0 commit comments

Comments
 (0)