Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/01-packages
authorMichael Prokop <mika@grml.org>
Sat, 12 Dec 2009 14:27:16 +0000 (15:27 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 12 Dec 2009 14:27:16 +0000 (15:27 +0100)
etc/grml/fai/config/scripts/GRMLBASE/01-packages

index 9dc2aad..30e6589 100755 (executable)
@@ -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