From: Christian Hofstaedtler Date: Sat, 26 Nov 2011 12:30:34 +0000 (+0100) Subject: Use grml_logs/fai as CHECKLOG source X-Git-Tag: v0.17.0~51 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=da6352e9a6ada451940fb24635a302cffebc5394 Use grml_logs/fai as CHECKLOG source --- diff --git a/grml-live b/grml-live index 80f5b2d..3f42b78 100755 --- a/grml-live +++ b/grml-live @@ -642,7 +642,7 @@ else # notice: 'fai dirinstall' does not seem to exit appropriate, so: ERROR='' - CHECKLOG=/var/log/fai/$HOSTNAME/last + CHECKLOG="$LOG_OUTPUT"/fai/ if [ -r "$CHECKLOG/software.log" ] ; then # 1 errors during executing of commands grep 'dpkg: error processing' $CHECKLOG/software.log >> $LOGFILE && ERROR=1 @@ -666,10 +666,6 @@ else log "Finished execution of stage 'fai dirinstall' [$(date)]" einfo "Finished execution of stage 'fai dirinstall'" fi - - einfo "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)" - log "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)" - eend 0 fi fi # BUILD_DIRTY? # }}}