From 6fb736775b02344ad91b9a89119737a495ee8ee1 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 18 May 2016 02:50:27 -0400 Subject: [PATCH] Removed quotes due to restrictions. --- vpnsetup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vpnsetup.sh b/vpnsetup.sh index aa2b473..8842ef3 100644 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -22,11 +22,11 @@ # - All values MUST be quoted using 'single quotes' # - DO NOT use these characters inside values: \ " ' -IPSEC_PSK="$VPN_IPSEC_PSK" -VPN_USER="$VPN_USERNAME" -VPN_PASSWORD="$VPN_PASSWORD" -PUBLIC_IP="$VPN_PUBLIC_IP" -PRIVATE_IP="$VPN_PRIVATE_IP" +IPSEC_PSK=$VPN_IPSEC_PSK +VPN_USER=$VPN_USERNAME +VPN_PASSWORD=$VPN_PASSWORD +PUBLIC_IP=$VPN_PUBLIC_IP +PRIVATE_IP=$VPN_PRIVATE_IP # Important Notes: https://git.io/vpnnotes # Setup VPN Clients: https://git.io/vpnclients