From 612ce2e6e61690d1162a047ac7632fea596d1b6d Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Wed, 16 Sep 2026 15:35:36 +0000 Subject: [PATCH] revert d49ec9fd34de6c81debbf578fa9e8ec4a84d1eb2 revert changes to the env processing --- start.sh | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/start.sh b/start.sh index 203344a..bd1a818 100755 --- a/start.sh +++ b/start.sh @@ -518,12 +518,6 @@ 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" <