From c66e481a7ff3766a2d2d75a4a13cd2ff0c5f5f72 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 24 Jul 2018 00:54:04 +0530 Subject: [PATCH] db_pwd error in upgrade script --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1deb4f2..908a41b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,7 +21,7 @@ is_public=$(ynh_app_setting_get $app is_public) final_path=$(ynh_app_setting_get $app final_path) port=$(ynh_app_setting_get $app port) db_name=$(ynh_app_setting_get $app db_name) - +db_pwd=$(ynh_app_setting_get $app mysqlpwd) #================================================= # ENSURE DOWNWARD COMPATIBILITY #=================================================