From e068813085e2efb2ccbcf66890a51772ce915995 Mon Sep 17 00:00:00 2001 From: Anmol Date: Fri, 21 Jul 2017 15:36:27 +0530 Subject: [PATCH] restore db fix 5th try --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index ee2e0c2..307258b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -30,7 +30,7 @@ domain=$(ynh_app_setting_get $app domain) path_url=$(ynh_app_setting_get $app path) is_public=$(ynh_app_setting_get $app is_public) final_path=$(ynh_app_setting_get $app final_path) -db_name=$(ynh_app_setting_get $app db_user) +db_name=$(ynh_app_setting_get $app db_name) #=================================================