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