From 4e107d3705291048dda905d1cb6bd99d089b7753 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 12 Dec 2009 15:27:16 +0100 Subject: [PATCH] Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/01-packages --- etc/grml/fai/config/scripts/GRMLBASE/01-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/01-packages b/etc/grml/fai/config/scripts/GRMLBASE/01-packages index 9dc2aad..30e6589 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/01-packages +++ b/etc/grml/fai/config/scripts/GRMLBASE/01-packages @@ -20,7 +20,7 @@ else if $ROOTCMD dpkg --list $(grep -v '^#' $target/tmp/packages.list) >/dev/null 2>$LOGDIR/package_errors.log ; then printf "done - no errors found\n" else - printf "failed (there have been errors, find them at $LOGDIR/package_errors.txt)\n" + printf "failed (there have been errors, find them at $LOGDIR/package_errors.log)\n" fi fi -- 2.1.4