From: Alexander Barton Date: Sun, 27 Feb 2011 17:59:29 +0000 (+0100) Subject: Make sure that "mount" emits no error messages X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ConfigScripts.git;a=commitdiff_plain;h=feb05039b58cc5e78110f539ea11de12e4322ad6 Make sure that "mount" emits no error messages --- 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