Skip to content

Commit 8339f72

Browse files
committed
Update Azure script
- Minor fix
1 parent 78e8957 commit 8339f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
export VPN_IPSEC_PSK=$1
4-
export VPN_USER=$2
5-
export VPN_PASSWORD=$3
3+
export VPN_IPSEC_PSK="$1"
4+
export VPN_USER="$2"
5+
export VPN_PASSWORD="$3"
66

77
wget -t 3 -T 30 -nv -O vpn.sh https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/vpnsetup.sh && sh vpn.sh

0 commit comments

Comments
 (0)