installer.sh.in: avoid scrolling for wep/wpa input
This commit is contained in:
parent
8affcef52c
commit
3b448665e9
@ -476,7 +476,7 @@ configure_wifi() {
|
|||||||
|
|
||||||
DIALOG --form "Wireless configuration for ${dev}\n(encryption type: wep or wpa)" 0 0 0 \
|
DIALOG --form "Wireless configuration for ${dev}\n(encryption type: wep or wpa)" 0 0 0 \
|
||||||
"SSID:" 1 1 "" 1 16 30 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
|
"Password:" 3 1 "" 3 16 50 0 || return 1
|
||||||
set -- $(cat $ANSWER)
|
set -- $(cat $ANSWER)
|
||||||
ssid="$1"; enc="$2"; pass="$3";
|
ssid="$1"; enc="$2"; pass="$3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user