post_install.sh aktualisiert
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user