From: Guillaume Pellerin Date: Wed, 7 Feb 2024 10:56:18 +0000 (+0100) Subject: fix chmod of all archives in cron X-Git-Tag: 3.0~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8f7a104b89fe49f899f1b56c42558c475495ad05;p=telecaster-server.git fix chmod of all archives in cron --- diff --git a/etc/cron.d/telecaster b/etc/cron.d/telecaster index 67e59cf..e2b0e35 100644 --- a/etc/cron.d/telecaster +++ b/etc/cron.d/telecaster @@ -5,5 +5,6 @@ 15 7 * * * root python /srv/telecaster/telecaster-server/bin/cleaning/rm_date_days.py 7 /home/telecaster/archives/ >> /var/log/telecaster/cleanup.log 0 */3 * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py teleforma-import-conferences Pre-Barreau /var/log/telecaster/import.log +29 * * * * root chmod -R u+rwX,g+rwX,o-w /home/telecaster/archives 30 * * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py telecaster-rsync-archives 0 1 * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py teleforma-pull-metadata Pre-Barreau