From feb05039b58cc5e78110f539ea11de12e4322ad6 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 27 Feb 2011 18:59:29 +0100 Subject: [PATCH] Make sure that "mount" emits no error messages --- sys/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/profile b/sys/profile index c18aa57..4295e48 100644 --- a/sys/profile +++ b/sys/profile @@ -141,7 +141,7 @@ fi && . /etc/ksh.kshrc # Check filesystem quotas -mount | grep quota >/dev/null 2>&1 +mount 2>/dev/null | grep quota >/dev/null 2>&1 if [ $? -eq 0 ]; then which quota >/dev/null 2>&1 [ $? -eq 0 ] && quota -q -- 2.39.2