Update Azure script
- Minor fix
This commit is contained in:
parent
78e8957fc1
commit
8339f7253f
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export VPN_IPSEC_PSK=$1
|
export VPN_IPSEC_PSK="$1"
|
||||||
export VPN_USER=$2
|
export VPN_USER="$2"
|
||||||
export VPN_PASSWORD=$3
|
export VPN_PASSWORD="$3"
|
||||||
|
|
||||||
wget -t 3 -T 30 -nv -O vpn.sh https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/vpnsetup.sh && sh vpn.sh
|
wget -t 3 -T 30 -nv -O vpn.sh https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/vpnsetup.sh && sh vpn.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user