aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upgrade')
-rw-r--r--scripts/upgrade2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index da0e7bb..0a19125 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -308,8 +308,6 @@ ynh_store_file_checksum --file="$config"
ynh_script_progression --message="Setuping a cron job for removing cache..." --weight=1
ynh_replace_string --match_string="__FINAL_PATH__" --replace_string="$final_path" --target_file="../conf/cron"
-ynh_replace_string --match_string="__USER__" --replace_string="$app" --target_file="../conf/cron"
-ynh_replace_string --match_string="__RBENVROOT__" --replace_string="$RBENV_ROOT" --target_file="../conf/cron"
cp -f ../conf/cron /etc/cron.d/$app
#=================================================