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:
parent
3cfcc578fd
commit
81a2760750
1 changed files with 2 additions and 2 deletions
4
cron
4
cron
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue