We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4759fb3 commit c26aaf9Copy full SHA for c26aaf9
ap/ap_stop2.sh
@@ -2,7 +2,7 @@
2
ap2_pid=$(<"/var/run/hostapd2.pid")
3
echo "Terminating 2nd AP - pid " $ap2_pid
4
5
-if [ -n "$ap_pid" ]; then
+if [ -n "$ap2_pid" ]; then
6
kill $ap2_pid
7
fi
8
0 commit comments