]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Increase size of sent log.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:58:58 +0000 (10:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:58:58 +0000 (10:58 +0200)
tools/make-include

index 45892da072d1e79a5832601739169f7cb0406599..cd91c635865ecf8c0619d3de8afdaadb8e7ea478 100644 (file)
@@ -85,7 +85,7 @@ exiterror() {
        dialogerror $*
        build_spy state error
        if [ -n "$LOGFILE" ]; then
-               tail -n16 $LOGFILE > $FAILED
+               tail -n48 $LOGFILE > $FAILED
                echo "$(date -u '+%b %e %T') ERROR: $*" >> $LOGFILE
                build_spy log $($BASEDIR/tools/base64 < $FAILED)
        fi