From 7428a520802a062ace9b2ec71981df0c368e86d0 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 22 Jun 2017 16:30:31 -0700 Subject: [PATCH] Support really long WPA2 keys, resolves #79 --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh.in b/installer.sh.in index d59cc3e..3da5201 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -803,7 +803,7 @@ configure_wifi() { DIALOG --form "Wireless configuration for ${dev}\n(encryption type: wep or wpa)" 0 0 0 \ "SSID:" 1 1 "" 1 16 30 0 \ "Encryption:" 2 1 "" 2 16 4 3 \ - "Password:" 3 1 "" 3 16 50 0 || return 1 + "Password:" 3 1 "" 3 16 63 0 || return 1 set -- $(cat $ANSWER) ssid="$1"; enc="$2"; pass="$3";