]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
base/loginit.sh: revert "quiet" patch
authorHarald Hoyer <harald@redhat.com>
Mon, 4 Jun 2012 07:09:09 +0000 (03:09 -0400)
committerHarald Hoyer <harald@redhat.com>
Mon, 4 Jun 2012 07:09:09 +0000 (03:09 -0400)
modules.d/99base/loginit.sh

index ff0c3faf02827e2a3cc2a7d5cd4f0272c1596558..97cb154ff299743dfbb13eff4ca130b8de55ec71 100755 (executable)
@@ -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