From 97b8c913ffaf59940dde58cdedc37c06c3c74e98 Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Tue, 22 Oct 2019 18:06:56 +0200 Subject: [PATCH] Remove path_url from restore --- scripts/restore | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index d2b3cc4..7b175f9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -25,7 +25,6 @@ ynh_print_info --message="Loading settings..." app=$YNH_APP_INSTANCE_NAME 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) home_path=$(ynh_app_setting_get --app=$app --key=home_path)