From 04f0ca52813c399ff4797fa43bf885e5fd73a90a Mon Sep 17 00:00:00 2001 From: ljf Date: Fri, 14 Dec 2018 20:26:59 +0100 Subject: [PATCH] [fix] Missing var in restore script --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index c78894f..9202517 100644 --- a/scripts/restore +++ b/scripts/restore @@ -17,6 +17,7 @@ export port_chat=$(ynh_app_setting_get $app port_chat) export db_name=$(ynh_app_setting_get $app db_name) export db_pass=$(ynh_app_setting_get $app psqlpwd) export final_path=$(ynh_app_setting_get $app final_path) +export conf_file=$(ynh_app_setting_get $app conf_file) export is_public=0 #=================================================