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 ff0c3fa..97cb154 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