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