From 36518a636a0dd2a488b22ff062de97a170382047 Mon Sep 17 00:00:00 2001 From: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:37:09 +0100 Subject: [PATCH] Update deployment/bare_metal/start.sh Co-authored-by: Ulf Gebhardt --- deployment/bare_metal/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 5375b6d2e..641999a45 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -91,8 +91,8 @@ do echo "create ngingx config: location /api/$FEDERATION_APIVERSION to http://127.0.0.1:$FEDERATION_PORT" >> $UPDATE_HTML envsubst '$FEDERATION_APIVERSION, $FEDERATION_PORT' < $NGINX_CONFIG_DIR/gradido-federation.conf.template >> $NGINX_CONFIG_DIR/gradido-federation.conf done -export FEDERATION_APIVERSION= -export FEDERATION_PORT= +unset FEDERATION_APIVERSION +unset FEDERATION_PORT echo "====================================================================================================" # *** 2nd read gradido-federation.conf file in env variable to be replaced in 3rd step