SW: Drop ntfsprogrs (replaced by ntfs-3g, see #627823).
[grml-live.git] / grml-live
index ce38987..0183b6f 100755 (executable)
--- 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 {{{