mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix _common.sh
This commit is contained in:
parent
24d06bc012
commit
35fab13ddb
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function add_cron_jobs() {
|
|||
# Cron tasks
|
||||
cat >> "/etc/cron.d/yunorunner" << EOF
|
||||
# self-upgrade every night
|
||||
0 3 * * * root "$YUNORUNNER_HOME/maintenance/self_upgrade.sh" >> "$YUNORUNNER_HOME/maintenance/self_upgrade.log" 2>&1
|
||||
0 3 * * * root "$final_path/maintenance/self_upgrade.sh" >> "$final_path/maintenance/self_upgrade.log" 2>&1
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue