Update Azure script
- Minor fix
This commit is contained in:
parent
78e8957fc1
commit
8339f7253f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
export VPN_IPSEC_PSK=$1
|
||||
export VPN_USER=$2
|
||||
export VPN_PASSWORD=$3
|
||||
export VPN_IPSEC_PSK="$1"
|
||||
export VPN_USER="$2"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue