diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/iwconfig.sh.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in index 252605cc..11070efc 100644 --- a/net/iwconfig.sh.Linux.in +++ b/net/iwconfig.sh.Linux.in @@ -39,7 +39,7 @@ _get_ssid() return 0 fi sleep 1 - i=$((${i} + 1)) + i=$((${i} - 1)) done return 1 |