From e6a0011b563378240d9cd0bf0fdb64dd891f47dc Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 27 Jan 2026 23:08:49 +0100 Subject: [PATCH] post_install.sh aktualisiert --- post_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/post_install.sh b/post_install.sh index b72cd77..440e9ad 100644 --- a/post_install.sh +++ b/post_install.sh @@ -99,7 +99,9 @@ while true; do fi # Script ausführen - bash "$tmpfile" + # -------------------------------------- + # Strg+C im Unter-Script abfangen, Master-Script bleibt aktiv + ( trap '' SIGINT; bash "$tmpfile" ) rm -f "$tmpfile" echo -e "\n${CYAN}${INDENT}------------------------------------${RESET}"