Defailt vpn tls port
This commit is contained in:
parent
0e2a95659a
commit
3c9ca52c77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue