From ee11a989a088021b8d053fb7cc6b15ffcd91073b Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 31 Mar 2026 07:50:19 +0200 Subject: [PATCH] refactor(update-backend): remove temporary environment directory cleanup - Eliminated the removal of the temporary environment directory in the update-backend.sh script to retain the environment for potential debugging or further use. --- update-backend.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update-backend.sh b/update-backend.sh index 05baf79..d7b43fb 100755 --- a/update-backend.sh +++ b/update-backend.sh @@ -63,4 +63,3 @@ cd "$BACKEND_DIR" export STAGE="$STAGE" echo "Backend update completed!" -rm -rf "$TEMP_ENV_DIR" \ No newline at end of file