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