Be quiet.

darcs-hash:20041206125830-41617-1a1d0c993e700f626dc7efa86b022074d64d422e.gz
This commit is contained in:
pauget 2004-12-06 13:58:30 +01:00
parent 2fda042789
commit fd0b00f93a

View file

@ -12,7 +12,7 @@ if [ $CHEMIN/commit.todo -nt $CHEMIN/commit.ok ]; then
chmod -R o-rwx $REPOSITORY chmod -R o-rwx $REPOSITORY
touch $OQP touch $OQP
cd /home/httpd/web 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 test -s $OQP || rm -f $OQP
su www-data -c "touch $CHEMIN/commit.ok" su www-data -c "touch $CHEMIN/commit.ok"
fi fi