[PC-BSD Commits] r12909 - pcbsd/current/src-sh/pc-updatemanager/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 20 13:02:12 PDT 2011
Author: kris
Date: 2011-09-20 13:02:12 -0700 (Tue, 20 Sep 2011)
New Revision: 12909
Modified:
pcbsd/current/src-sh/pc-updatemanager/scripts/mu-stage1
Log:
Hide some tar output during updating
Modified: pcbsd/current/src-sh/pc-updatemanager/scripts/mu-stage1
===================================================================
--- pcbsd/current/src-sh/pc-updatemanager/scripts/mu-stage1 2011-09-20 19:26:13 UTC (rev 12908)
+++ pcbsd/current/src-sh/pc-updatemanager/scripts/mu-stage1 2011-09-20 20:02:12 UTC (rev 12909)
@@ -66,7 +66,7 @@
# Remove loader.conf
rm /.boot-tmp/boot/loader.conf
-tar cvf - -C /.boot-tmp/boot . | tar xvf - -C /boot >/dev/null 2>/dev/null
+tar cvf - -C /.boot-tmp/boot . 2>/dev/null | tar xvf - -C /boot >/dev/null 2>/dev/null
if [ $? -eq 0 ] ; then
echo "DONE"
else
More information about the Commits
mailing list