diff options
Diffstat (limited to 'usr/bin/autowifi')
| -rwxr-xr-x | usr/bin/autowifi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr/bin/autowifi b/usr/bin/autowifi index 73d5db18..fcb5b59c 100755 --- a/usr/bin/autowifi +++ b/usr/bin/autowifi @@ -78,7 +78,7 @@ crack_wifi(){      elif [ "$5" -eq 1 ]; then          encr=psk      elif [ "$6" -eq 1 ]; then -        encr=wep +        encr=psk2      elif [ "$4" == on ]; then          encr=wep      fi | 
