1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Mistakenly change the cron job periods

This commit is contained in:
Alexandre Aubin 2024-05-11 14:47:01 +02:00 committed by GitHub
parent 3cfcc578fd
commit 81a2760750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
cron
View file

@ -2,10 +2,10 @@
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh rebuild_catalog
# Everyday at 01:30 UTC
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources
30 1 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources
# Every friday at 6 PM UTC
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh update_app_levels
0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels
# Every 6 hours
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard