diff options
author | Anjan Nath <kaludios@gmail.com> | 2022-06-13 00:51:39 +0530 |
---|---|---|
committer | atanarjuat <atanarjuat@example.com> | 2022-07-28 02:04:27 -0400 |
commit | 454351ae2e6d2ac9c34b9cffa2a9671ac983785e (patch) | |
tree | 916bfd44a406b80a0e8dda095d3236f1198148d5 /images/obfsvpn | |
parent | ee1bb60aeb63618531ed81a5125b96a498d7f9e7 (diff) |
test: remove-later
Diffstat (limited to 'images/obfsvpn')
-rw-r--r-- | images/obfsvpn/scripts/functions.sh | 2 |
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>') \ |