Browse Source

Field width

Bob Mottram 7 years ago
parent
commit
0c148120d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-vpn

+ 1
- 1
src/freedombone-app-vpn View File

@@ -82,7 +82,7 @@ function install_interactive_vpn {
82 82
         dialog --backtitle $"Freedombone Configuration" \
83 83
                --title $"VPN Configuration" \
84 84
                --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 \
85
-               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 4 4 \
85
+               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 5 5 \
86 86
                2> $data
87 87
         sel=$?
88 88
         case $sel in