1
0
Fork 0
ynh-apps_tools/cron

9 lines
260 B
Text
Raw Normal View History

2024-02-15 17:15:08 +01:00
# Every 4 hours
0 */4 * * * root /bin/bash __BASEDIR__/rebuild.sh
# Everyday at 20:30
30 20 * * * root /bin/bash __BASEDIR__/sourcesautoupdate.sh
# Every friday at 6pm
0 17 * * 5 root /usr/bin/python3 __BASEDIR__/tools/update_app_levels/update_app_levels.py