]> git.llucax.com Git - software/wpe.git/blobdiff - rotate-key
Add full path to iwconfig call.
[software/wpe.git] / rotate-key
index 82ab5a941bdab58396e80b2f9fc4725dc1120e82..e834ae84d19c4e0f453a69c58ec1035addbe5635 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
 #!/bin/sh
 
+# Copyleft 2006 - Leandro Lucarella <luca at llucax.com.ar>
+# This script is under the BOLA license, please see the LICENSE file.
+
 # Must edit
 ###########
 # Wireless interface
 # Must edit
 ###########
 # Wireless interface
@@ -40,7 +43,8 @@ export LANG=C
 # Check if they are using our essid
 if [ -n "$ESSID" ]
 then
 # Check if they are using our essid
 if [ -n "$ESSID" ]
 then
-  curr_essid=`iwconfig $IFACE | grep ESSID | sed 's/.*ESSID:"\([^"]\+\)".*/\1/'`
+  curr_essid=`/sbin/iwconfig $IFACE | grep ESSID \
+      | sed 's/.*ESSID:"\([^"]\+\)".*/\1/'`
   if [ "$curr_essid" != "$ESSID" ]
   then
     exit 0
   if [ "$curr_essid" != "$ESSID" ]
   then
     exit 0