From 5e69f41756c2acdb298f176fa27e64390a125317 Mon Sep 17 00:00:00 2001 From: rungeard Date: Thu, 13 May 2021 17:43:41 +0200 Subject: [PATCH] change upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index c46bb49..e94fa21 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -150,6 +150,7 @@ then ynh_replace_string --match_string="MySql_hostname = 'DB_HOSTNAME'" --replace_string="MySql_hostname = 'localhost'" --target_file="$conf_telemetry" ynh_replace_string --match_string='TO BE FILLED BY DEVELOPER.' --replace_string=''$mail'.' --target_file="$conf_index" + ynh_replace_string --match_string='LibreSpeed Example' --replace_string='LibreSpeed YunoHost' --target_file="$conf_index" fi