Skip to content
Snippets Groups Projects
Commit 0c148120 authored by Bob Mottram's avatar Bob Mottram
Browse files

Field width

parent 9122145f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment