From 22c62423d594dea9da467e03eb63a53fff613d5e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 14 Sep 2021 07:31:14 +0200 Subject: [PATCH] Fix --- manifest.json | 3 --- scripts/restore | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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