diff --git a/manifest.json b/manifest.json index ae362fe..ee9b063 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,6 @@ "name": "Element", "id": "element", "packaging_format": 1, - "requirements": { - "yunohost": ">= 4.2.6.1" - }, "description": { "en": "Web client for matrix", "fr": "Client web pour matrix" diff --git a/scripts/restore b/scripts/restore index 16fa9f7..454c011 100644 --- a/scripts/restore +++ b/scripts/restore @@ -26,7 +26,7 @@ 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) #================================================= # CHECK IF THE APP CAN BE RESTORED