Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/01-packages
[grml-live.git] / 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
    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
 
    fi
 fi