mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
yunorunner doesn't handle badges/level updates anymore
This commit is contained in:
parent
a1e97134e0
commit
4553d565be
1 changed files with 0 additions and 6 deletions
|
@ -209,12 +209,6 @@ function add_cron_jobs() {
|
||||||
cat >> "/etc/cron.d/yunorunner" << EOF
|
cat >> "/etc/cron.d/yunorunner" << EOF
|
||||||
# self-upgrade every night
|
# self-upgrade every night
|
||||||
0 3 * * * root "$YUNORUNNER_HOME/maintenance/self_upgrade.sh" >> "$YUNORUNNER_HOME/maintenance/self_upgrade.log" 2>&1
|
0 3 * * * root "$YUNORUNNER_HOME/maintenance/self_upgrade.sh" >> "$YUNORUNNER_HOME/maintenance/self_upgrade.log" 2>&1
|
||||||
|
|
||||||
# Update app list
|
|
||||||
0 20 * * 5 root "$YUNORUNNER_HOME/maintenance/update_level_apps.sh" >> "$YUNORUNNER_HOME/maintenance/update_level_apps.log" 2>&1
|
|
||||||
|
|
||||||
# Update badges
|
|
||||||
0 1 * * * root "$YUNORUNNER_HOME/maintenance/update_badges.sh" >> "$YUNORUNNER_HOME/maintenance/update_badges.log" 2>&1
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue