X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=2a05d0570f9911ecd68f94bf8edd829682e0e0c3;hb=e91516d1163b3ec84a6d66ef7053d8bac46e218e;hp=ce389871a7f0d2805d5b9dc600aa24ab468622b8;hpb=6ce3dbc5219807922d321f8156aefb404ae57c21;p=grml-live-grml.git diff --git a/grml-live b/grml-live index ce38987..2a05d05 100755 --- a/grml-live +++ b/grml-live @@ -153,7 +153,7 @@ bailout() { log "------------------------------------------------------------------------------" exit "$EXIT" } -trap bailout 1 2 3 3 6 9 14 15 +trap bailout 1 2 3 3 6 9 14 15 EXIT # }}} # log file stuff {{{