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
|
||||
|
||||
# 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user