Remove unnecessary quotes

This commit is contained in:
Devin Teske
2016-12-13 02:16:00 +00:00
parent 1095816ec3
commit 7599c85424
+1 -1
View File
@@ -280,7 +280,7 @@ done
[ "$ENCRYPTION" ] || ENCRYPTION=$( echo "$NETWORKS" |
awk -F '\t' "/^\"$NETWORK\"\t/ { print \$2 }" )
if echo "$ENCRYPTION" | grep -q 'PSK'; then
if echo "$ENCRYPTION" | grep -q PSK; then
PASS=$( $DIALOG \
--title "WPA Setup" \
--backtitle "$DIALOG_BACKTITLE" \