mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Apply suggestions from code review @_@
This commit is contained in:
parent
81a2760750
commit
b394dec766
1 changed files with 2 additions and 2 deletions
4
cron
4
cron
|
@ -8,7 +8,7 @@
|
|||
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
|
||||
0 */6 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard
|
||||
|
||||
# Every day at 2AM
|
||||
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_level_history
|
||||
0 2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_level_history
|
||||
|
|
Loading…
Add table
Reference in a new issue