X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=0183b6f6fb5b4ef297d9e97204058c497a5276bc;hp=ce389871a7f0d2805d5b9dc600aa24ab468622b8;hb=781e6ceeaae00a0aa87faeda739f41b9ddaf35e3;hpb=6ce3dbc5219807922d321f8156aefb404ae57c21 diff --git a/grml-live b/grml-live index ce38987..0183b6f 100755 --- a/grml-live +++ b/grml-live @@ -20,7 +20,8 @@ else fi # exit on any error: -set -e +# disable for now since it seems to cause some problems +# set -e # global variables GRML_LIVE_VERSION='0.14.1' @@ -153,7 +154,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 {{{