From 09345640e938a83fd4fac6f958895f08523e5c96 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 14 Sep 2020 12:57:09 +0200 Subject: [PATCH] Remove duplicate --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 337bb32..0376afe 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -140,7 +140,6 @@ then # Change variables in ttrss configuration ynh_replace_string --match_string="__DBNAME__" --replace_string="$db_name" --target_file="$final_path/config.php" - db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) ynh_replace_string --match_string="__DBPWD__" --replace_string="$db_pwd" --target_file="$final_path/config.php" ynh_replace_string --match_string="__DOMAINPATH__" --replace_string="https://$domain$path_url" --target_file="$final_path/config.php"