We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e8957 commit 8339f72Copy full SHA for 8339f72
azure/install.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-export VPN_IPSEC_PSK=$1
4
-export VPN_USER=$2
5
-export VPN_PASSWORD=$3
+export VPN_IPSEC_PSK="$1"
+export VPN_USER="$2"
+export VPN_PASSWORD="$3"
6
7
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