Defailt vpn tls port

This commit is contained in:
Bob Mottram 2017-09-27 12:36:13 +01:00
parent 0e2a95659a
commit 3c9ca52c77
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ function logging_off_vpn {
}
function install_interactive_vpn {
read_config_param VPN_TLS_PORT
if [ ! $VPN_TLS_PORT ]; then
VPN_TLS_PORT=553
fi
VPN_DETAILS_COMPLETE=
while [ ! $VPN_DETAILS_COMPLETE ]
do