From f06ed63a43bfd0987490f10f022cecb37fc55c99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Oct 2021 19:10:33 +0200 Subject: [PATCH] Cleaning up --- manifest.json | 9 ++++----- scripts/restore | 2 -- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 98493c4..c221b34 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "rss-bridge", "packaging_format": 1, "description": { - "en": "RSS and Atom feed generator for websites that don't have one.", - "fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas." + "en": "RSS and Atom feed generator for websites that don't have one", + "fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" }, "version": "2021-04-25~ynh1", "url": "https://github.com/RSS-Bridge/rss-bridge", @@ -22,7 +22,7 @@ }, "multi_instance": true, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.2.4" }, "services": [ "nginx", @@ -33,8 +33,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", diff --git a/scripts/restore b/scripts/restore index c3b6500..ac003b7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "