From 2c3a0864daf16a0b6719af51bdb2c4393fa00bf9 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Tue, 19 Nov 2024 11:04:53 +0100 Subject: [PATCH] remove possibly descructive commands --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index dfb976c..bf2e5f5 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -25,7 +25,7 @@ prompt_password() { } # Trap SIGINT to exit gracefully if the user aborts with CTRL+C -trap 'printf "\nOperation aborted by user.\n" >&2; rm .env; exit 1' SIGINT +trap 'printf "\nOperation aborted by user.\n" >&2; exit 1' SIGINT cd "$(dirname "$(realpath "$0")")/../"