From 8443f18b22c9e7181e883931bbec568c255f7576 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 13 Mar 2024 00:49:55 +0100 Subject: [PATCH] change cron sourcesautoupdate.sh hour --- cron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cron b/cron index dc31c2d..631a36f 100644 --- a/cron +++ b/cron @@ -1,8 +1,8 @@ # Every 4 hours 0 */4 * * * root /bin/bash __BASEDIR__/rebuild.sh -# Everyday at 20:30 -30 20 * * * root /bin/bash __BASEDIR__/sourcesautoupdate.sh +# Everyday at 01:30 UTC +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