Field width

This commit is contained in:
Bob Mottram 2017-09-27 12:42:36 +01:00
parent 9122145f1e
commit 0c148120d6
1 changed files with 1 additions and 1 deletions

View File

@ -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