summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/fsck')
-rwxr-xr-xetc/rc.d/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/fsck b/etc/rc.d/fsck
index 66fb26c..bf51089 100755
--- a/etc/rc.d/fsck
+++ b/etc/rc.d/fsck
@@ -23,7 +23,7 @@ fsck_start()
# During fsck ignore SIGQUIT
trap : 3
- echo "Starting file system checks:"
+ [ -z "${rc_quiet}" ] && echo "Starting file system checks:"
if checkyesno background_fsck; then
fsck -F -p
else
OpenPOWER on IntegriCloud