From: Michael Prokop Date: Fri, 2 Feb 2024 11:55:43 +0000 (+0100) Subject: Fix usage of FAI's shell.log vs. scripts.log X-Git-Tag: v0.47.4~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=06e703a8274539b32d2fb44e9135ab03a04aba5c Fix usage of FAI's shell.log vs. scripts.log We check for scripts.log, but still use shell.log, d'oh :) --- diff --git a/grml-live b/grml-live index cc1dbfb..72fe591 100755 --- a/grml-live +++ b/grml-live @@ -819,7 +819,7 @@ else # FAI versions >=6.0 always writes to scripts.log if [ -r "$CHECKLOG/scripts.log" ] ; then - grep 'FAILED with exit code' $CHECKLOG/shell.log >> $LOGFILE && ERROR=6 + grep 'FAILED with exit code' $CHECKLOG/scripts.log >> $LOGFILE && ERROR=6 fi if [ -r "$CHECKLOG/fai.log" ] ; then