From fd0b00f93ae2d99a5692a6c165b7f3b05e997b22 Mon Sep 17 00:00:00 2001 From: pauget Date: Mon, 6 Dec 2004 13:58:30 +0100 Subject: [PATCH] Be quiet. darcs-hash:20041206125830-41617-1a1d0c993e700f626dc7efa86b022074d64d422e.gz --- cvsweb/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvsweb/update.sh b/cvsweb/update.sh index e864a1d5..37b391e3 100755 --- a/cvsweb/update.sh +++ b/cvsweb/update.sh @@ -12,7 +12,7 @@ if [ $CHEMIN/commit.todo -nt $CHEMIN/commit.ok ]; then chmod -R o-rwx $REPOSITORY touch $OQP cd /home/httpd/web - su www-data -c "/usr/bin/cvs -d $REPOSITORY update -P -d" + su www-data -c "/usr/bin/cvs -d $REPOSITORY update -P -d" >/dev/null 2>&1 test -s $OQP || rm -f $OQP su www-data -c "touch $CHEMIN/commit.ok" fi