mirror of
https://github.com/ellite/Wallos.git
synced 2026-04-26 06:29:37 -05:00
5 lines
410 B
Plaintext
5 lines
410 B
Plaintext
# Run the scripts every day
|
|
0 1 * * * /usr/local/bin/php /var/www/html/endpoints/cronjobs/updatenextpayment.php >> /var/log/cron/updatenextpayment.log 2>&1
|
|
0 2 * * * /usr/local/bin/php /var/www/html/endpoints/cronjobs/updateexchange.php >> /var/log/cron/updateexchange.log 2>&1
|
|
0 9 * * * /usr/local/bin/php /var/www/html/endpoints/cronjobs/sendnotifications.php >> /var/log/cron/sendnotifications.log 2>&1
|