Bonjour,

Je ne comprends pas, le script php que je viens d'inclure dans mon fichier /etc/crontab ci-dessous ne se lance pas..
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/apache2
MAILTO=root
HOME=/
 
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
20 14 * * * root php -f /usr/local/apache2/htdocs/tech_ressources/automatedScripts/generateVoteFax.php
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
Y a-t-il quelquechose que j'aurais du faire en plus??