diff --git a/scripts/upgrade b/scripts/upgrade index ec6ba1c..7a622e6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -240,7 +240,7 @@ ynh_use_logrotate --non-append fhook=../hooks/post_user_create ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$fhook" ynh_replace_string --match_string="__MEMBER__" --replace_string="$member" --target_file="$fhook" -ynh_replace_string --match_string="__SRCPATH__" --replace_string="$final_path" --target_file="$fhook" +ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="$fhook" #================================================= # GENERIC FINALIZATION