We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909744d commit 3ee5479Copy full SHA for 3ee5479
bin/ovpn_genconfig
@@ -121,7 +121,7 @@ process_push_config() {
121
local ovpn_push_config=''
122
ovpn_push_config="$1"
123
echo "Processing PUSH Config: '${ovpn_push_config}'"
124
- [[ -n "$ovpn_push_config" ]] && echo "push $ovpn_push_config" >> "$TMP_PUSH_CONFIGFILE"
+ [[ -n "$ovpn_push_config" ]] && echo "push \"$ovpn_push_config\"" >> "$TMP_PUSH_CONFIGFILE"
125
}
126
127
process_extra_config() {
0 commit comments