diff --git a/roles/easyfix/gather/files/easyfix.cron b/roles/easyfix/gather/files/easyfix.cron index 317a721ee3..46d335d21f 100644 --- a/roles/easyfix/gather/files/easyfix.cron +++ b/roles/easyfix/gather/files/easyfix.cron @@ -3,4 +3,4 @@ # The frequency set here should be consistent with the one set in the # configuration file. # -*/30 * * * * apache cd /srv/web/easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py >& /dev/null +*/30 * * * * apache cd /srv/web/easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py --fedmenu-url="https://apps.fedoraproject.org/fedmenu" --fedmenu-data-url="https://apps.fedoraproject.org/js/data.js" >& /dev/null