This statement has too many backslashes

This commit is contained in:
dteske 2016-12-13 02:13:20 +00:00
parent 970dd61e8b
commit 8179d41c00

View File

@ -278,7 +278,7 @@ while :; do
done
[ "$ENCRYPTION" ] || ENCRYPTION=$( echo "$NETWORKS" |
awk -F '\t' "/^\"$NETWORK\"\t/ { printf \"%s\n\", \\\$2 }" )
awk -F '\t' "/^\"$NETWORK\"\t/ { printf \"%s\n\", \$2 }" )
if echo $ENCRYPTION | grep -q 'PSK'; then
PASS=$( $DIALOG \