Skip to content

Commit

Permalink
Update ap_stop2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivma committed Oct 17, 2013
1 parent 4759fb3 commit c26aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ap/ap_stop2.sh
Expand Up @@ -2,7 +2,7 @@
ap2_pid=$(<"/var/run/hostapd2.pid")
echo "Terminating 2nd AP - pid " $ap2_pid

if [ -n "$ap_pid" ]; then
if [ -n "$ap2_pid" ]; then
kill $ap2_pid
fi

Expand Down

0 comments on commit c26aaf9

Please sign in to comment.