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

change cron sourcesautoupdate.sh hour

This commit is contained in:
OniriCorpe 2024-03-13 00:49:55 +01:00 committed by OniriCorpe
parent c31b9720cf
commit 596e521411

6
cron
View file

@ -1,8 +1,8 @@
# Every 4 hours # Every 4 hours
0 */4 * * * root /bin/bash __BASEDIR__/rebuild.sh 0 */4 * * * root /bin/bash __BASEDIR__/rebuild.sh
# Everyday at 20:30 # Everyday at 01:30 UTC
30 20 * * * root /bin/bash __BASEDIR__/sourcesautoupdate.sh 30 1 * * * root /bin/bash __BASEDIR__/sourcesautoupdate.sh
# Every friday at 6pm # Every friday at 6 PM UTC
0 17 * * 5 root /usr/bin/python3 __BASEDIR__/tools/update_app_levels/update_app_levels.py 0 17 * * 5 root /usr/bin/python3 __BASEDIR__/tools/update_app_levels/update_app_levels.py