about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjbu <pullmoll@t-online.de>2015-09-23 01:58:26 +0200
committerjbu <pullmoll@t-online.de>2016-02-04 08:07:54 +0100
commit3b448665e92702331edf069afeae7afd7ee2479d (patch)
treed318a4d1f4820e362006b6e9498f928942902133
parent8affcef52c5050f37cab126801cb663893ca3fe6 (diff)
downloadhrmpf-3b448665e92702331edf069afeae7afd7ee2479d.tar.gz
hrmpf-3b448665e92702331edf069afeae7afd7ee2479d.tar.xz
hrmpf-3b448665e92702331edf069afeae7afd7ee2479d.zip
installer.sh.in: avoid scrolling for wep/wpa input
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 00ae948..a04f076 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -476,7 +476,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 3 0 \
+        "Encryption:" 2 1 "" 2 16 4 3 \
         "Password:" 3 1 "" 3 16 50 0 || return 1
     set -- $(cat $ANSWER)
     ssid="$1"; enc="$2"; pass="$3";