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" <