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