post_install.sh aktualisiert

This commit is contained in:
2026-01-27 23:08:49 +01:00
parent 29ba4726fe
commit e6a0011b56

View File

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