Correct small error in notes about escaping characters
This commit is contained in:
parent
79887bb458
commit
9010327a33
@ -24,8 +24,9 @@ if [ "$(uname)" = "Darwin" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Please define your own values for these variables
|
# Please define your own values for these variables
|
||||||
# IMPORTANT: You must escape all non-alphanumeric characters with a backslash.
|
# IMPORTANT:
|
||||||
# Examples: \ --> \\, " --> \", ' --> \', $ --> \$, ` --> \`, [space] --> \[space]
|
# Escape all non-alphanumeric characters with a backslash (or 3 backslashes for \ and ").
|
||||||
|
# Examples: \ --> \\\\, " --> \\\", ' --> \', $ --> \$, ` --> \`, [space] --> \[space]
|
||||||
|
|
||||||
IPSEC_PSK=your_very_secure_key
|
IPSEC_PSK=your_very_secure_key
|
||||||
VPN_USER=your_username
|
VPN_USER=your_username
|
||||||
|
@ -23,8 +23,9 @@ if [ "$(uname)" = "Darwin" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Please define your own values for these variables
|
# Please define your own values for these variables
|
||||||
# IMPORTANT: You must escape all non-alphanumeric characters with a backslash.
|
# IMPORTANT:
|
||||||
# Examples: \ --> \\, " --> \", ' --> \', $ --> \$, ` --> \`, [space] --> \[space]
|
# Escape all non-alphanumeric characters with a backslash (or 3 backslashes for \ and ").
|
||||||
|
# Examples: \ --> \\\\, " --> \\\", ' --> \', $ --> \$, ` --> \`, [space] --> \[space]
|
||||||
|
|
||||||
IPSEC_PSK=your_very_secure_key
|
IPSEC_PSK=your_very_secure_key
|
||||||
VPN_USER=your_username
|
VPN_USER=your_username
|
||||||
|
Loading…
x
Reference in New Issue
Block a user