diff --git a/vpnsetup.sh b/vpnsetup.sh index 59c96ec..8ede5cb 100644 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -24,8 +24,9 @@ if [ "$(uname)" = "Darwin" ]; then fi # Please define your own values for these variables -# IMPORTANT: You must escape all non-alphanumeric characters with a backslash. -# Examples: \ --> \\, " --> \", ' --> \', $ --> \$, ` --> \`, [space] --> \[space] +# IMPORTANT: +# Escape all non-alphanumeric characters with a backslash (or 3 backslashes for \ and "). +# Examples: \ --> \\\\, " --> \\\", ' --> \', $ --> \$, ` --> \`, [space] --> \[space] IPSEC_PSK=your_very_secure_key VPN_USER=your_username diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 4ac2f1f..e24125a 100644 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -23,8 +23,9 @@ if [ "$(uname)" = "Darwin" ]; then fi # Please define your own values for these variables -# IMPORTANT: You must escape all non-alphanumeric characters with a backslash. -# Examples: \ --> \\, " --> \", ' --> \', $ --> \$, ` --> \`, [space] --> \[space] +# IMPORTANT: +# Escape all non-alphanumeric characters with a backslash (or 3 backslashes for \ and "). +# Examples: \ --> \\\\, " --> \\\", ' --> \', $ --> \$, ` --> \`, [space] --> \[space] IPSEC_PSK=your_very_secure_key VPN_USER=your_username