From d49ec9fd34de6c81debbf578fa9e8ec4a84d1eb2 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 16 Sep 2026 15:16:31 +0200 Subject: [PATCH] changes to the env processing --- start.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/start.sh b/start.sh index bd1a818..203344a 100755 --- a/start.sh +++ b/start.sh @@ -518,6 +518,12 @@ detect_server_capacity() { } write_env_file() { + if [ -f "$SCRIPT_DIR/.env" ]; then + set -o allexport + source "$SCRIPT_DIR/.env" + set +o allexport + fi + cat > "$ENV_FILE" <