summaryrefslogtreecommitdiff
path: root/images/obfsvpn
diff options
context:
space:
mode:
Diffstat (limited to 'images/obfsvpn')
-rw-r--r--images/obfsvpn/scripts/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/obfsvpn/scripts/functions.sh b/images/obfsvpn/scripts/functions.sh
index 585615b..9c1ef6b 100644
--- a/images/obfsvpn/scripts/functions.sh
+++ b/images/obfsvpn/scripts/functions.sh
@@ -33,7 +33,7 @@ function createConfig() {
# for reusing in the obfsvpn-client container
cp config/client.ovpn "$APP_PERSIST_DIR/"
- echo -e "\nremote $HOST_ADDR $PORT" >> "$CLIENT_PATH/client.ovpn"
+ echo -n "remote obfsvpn-server $PORT" >> "$CLIENT_PATH/client.ovpn"
# Embed client authentication files into config file
cat <(echo -e '<ca>') \