Skip to content

Commit

Permalink
change cron sourcesautoupdate.sh hour
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed Mar 12, 2024
1 parent c31b972 commit 596e521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cron
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 596e521

Please sign in to comment.