Disable set -e as it causes some problems with umounting fs.
authorUlrich Dangel <mru@grml.org>
Tue, 31 May 2011 21:34:29 +0000 (23:34 +0200)
committerUlrich Dangel <mru@grml.org>
Tue, 31 May 2011 21:34:29 +0000 (23:34 +0200)
grml-live

index 2a05d05..0183b6f 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -20,7 +20,8 @@ else
 fi
 
 # exit on any error:
 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'
 
 # global variables
 GRML_LIVE_VERSION='0.14.1'