Field width
This commit is contained in:
parent
9122145f1e
commit
0c148120d6
|
@ -82,7 +82,7 @@ function install_interactive_vpn {
|
|||
dialog --backtitle $"Freedombone Configuration" \
|
||||
--title $"VPN Configuration" \
|
||||
--form $"\nPlease enter your VPN details. Changing the port to 443 will help defend against censorship but will prevent other web apps from running." 12 65 1 \
|
||||
$"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 4 4 \
|
||||
$"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 5 5 \
|
||||
2> $data
|
||||
sel=$?
|
||||
case $sel in
|
||||
|
|
Loading…
Reference in New Issue