From ded1da93f03df9a4f7ec4a7fa508d48b16a7e5eb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 19 Sep 2021 09:02:25 +0200 Subject: [PATCH] cleaning up --- check_process | 3 --- manifest.json | 5 ++--- scripts/restore | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/check_process b/check_process index 1d7ff79..efd4daf 100644 --- a/check_process +++ b/check_process @@ -1,6 +1,3 @@ -# See here for more information -# https://github.com/YunoHost/package_check#syntax-check_process-file - ;; Test complet ; Manifest domain="domain.tld" diff --git a/manifest.json b/manifest.json index 4d44854..abf53f3 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "Generic sticky notes for all purpose", - "fr": "Des post-its génériques à tout faire" + "fr": "Post-its génériques à tout faire" }, "version": "1.0~ynh3", "url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/", @@ -26,8 +26,7 @@ "arguments": { "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" },{ "name": "path", "type": "path", diff --git a/scripts/restore b/scripts/restore index e511c60..5f3156e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,8 +32,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -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 "