X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=d126f826d1aab744598a8659c17bb33df0e3c64b;hb=25ea8954fe47f63234eb771107de0c249d8f1cc8;hp=e10cde22e1fb9b30a6d18a98237b339c16fc27c4;hpb=29cf2388a5194dfa89cbdb8440b98251f2384bf6;p=grml-live.git diff --git a/grml-live b/grml-live index e10cde2..d126f82 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.10.1' +GRML_LIVE_VERSION='0.11.0' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -567,7 +567,7 @@ else fi if [ -r "$CHECKLOG/shell.log" ] ; then - grep 'FAILED with exit code' $CHECKLOG/shell.log >> $LOGFILE && ERROR=2 + grep 'FAILED with exit code' $CHECKLOG/shell.log >> $LOGFILE && ERROR=6 fi if [ -n "$ERROR" ] ; then