trap löschen auskommentiert.

This commit is contained in:
2026-01-17 10:26:19 +01:00
parent 684e62e0d8
commit 7ab41a9829

View File

@@ -8,7 +8,7 @@ cleanup() {
trap cleanup exit trap cleanup exit
touch /tmp/testfile touch /tmp/testfile
trap - exit #trap - exit
sleep 10 sleep 10
echo "Ende der Arbeit" echo "Ende der Arbeit"