diff -r 953ee4c9c7c3 -r 289ded098316 sbin/sync/sync_hdabo --- a/sbin/sync/sync_hdabo Tue Jul 05 17:16:58 2011 +0200 +++ b/sbin/sync/sync_hdabo Fri Jul 08 01:39:02 2011 +0200 @@ -28,5 +28,5 @@ rm -fr ~/tmp/hdabo_V$1; fi -ssh iri@web.iri.centrepompidou.fr "export PYTHONPATH=/iridata/www/exp/hdabo && source /srv/virtualenv/hdabo/bin/activate && cd /iridata/www/exp/hdabo/hdabo && python manage.py collectstatic" +ssh iri@web.iri.centrepompidou.fr "export PYTHONPATH=/iridata/www/exp/hdabo && source /srv/virtualenv/hdabo/bin/activate && cd /iridata/www/exp/hdabo/hdabo && python manage.py collectstatic --noinput" ssh iri@web.iri.centrepompidou.fr sudo apache2ctl restart