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")")/../"