diff --git a/scripts/restore b/scripts/restore index 094de42..78a517c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -31,6 +31,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) config_path=$(ynh_app_setting_get --app=$app --key=config_path) +discovery=$(ynh_app_setting_get --app=$app --key=discovery) #================================================= # CHECK IF THE APP CAN BE RESTORED