From 8339f7253fbcef3c90f6b67e5efefc53d645a55e Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 23 Jun 2024 18:46:24 -0500 Subject: [PATCH] Update Azure script - Minor fix --- azure/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure/install.sh b/azure/install.sh index 78c223b..0731f9e 100755 --- a/azure/install.sh +++ b/azure/install.sh @@ -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