base/loginit.sh: revert "quiet" patch

master
Harald Hoyer 2012-06-04 03:09:09 -04:00
parent 187c355bf4
commit b35ff065ec
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ while read line; do
fi
echo "<31>dracut: $line" >&5
# if "quiet" is specified we output to /dev/console
[ -n "$QUIET" ] && echo "dracut: $line"
[ -n "$QUIET" ] || echo "dracut: $line"
echo "$line" >&6
done