From dee9962cef2c8d599d46174c1019c34bab677f4e Mon Sep 17 00:00:00 2001 From: Anmol Date: Wed, 5 Jul 2017 18:41:38 +0530 Subject: [PATCH] replaced path_url to path in restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index c8febdf..108d5fc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers # Retrieve old app settings domain=$(ynh_app_setting_get "$app" domain) -path=$(ynh_app_setting_get "$app" path_url) +path=$(ynh_app_setting_get "$app" path) is_public=$(ynh_app_setting_get "$app" is_public) # Check domain/path availability