From 25ea8954fe47f63234eb771107de0c249d8f1cc8 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 8 Nov 2010 18:29:31 +0100 Subject: [PATCH] Do not set ERROR=2 twice. Thanks: Christian Hofstaedtler --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-live b/grml-live index 4e8d461..d126f82 100755 --- a/grml-live +++ b/grml-live @@ -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 -- 2.1.4