[TYPO]On crontabs

This commit is contained in:
Fabien BOURGEOIS 2017-11-25 05:28:14 +01:00
parent 5b2a2ddf42
commit 8ef52dce81
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# daily odoo backup
# m h dom mon dow user command
0 2 * * * /bin/su - odoo -c "/bin/bash /home/odoo/backup.sh" >> /var/log/cron.log 2>&1
10 2 * * * /bin/su - odoo -c ""/usr/bin/python /home/odoo/plan.py" >> /var/log/cron.log 2>&1
10 2 * * * /bin/su - odoo -c "/usr/bin/python /home/odoo/plan.py" >> /var/log/cron.log 2>&1
# empty line required at the end of this file for a valid cron file.