From 0f394e0ed5978c949d9ea773087fca07d4465d8d Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 28 Jul 2022 21:10:02 -0400 Subject: [PATCH] fix manifest --- manifest.json | 5 ++++- scripts/install | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 65c1f47..7f0835d 100644 --- a/manifest.json +++ b/manifest.json @@ -61,7 +61,10 @@ { "name": "is_public", "type": "boolean", - "default": true + "default": true, + "help": { + "en": "Allow non-YunoHost users" + } } ] } diff --git a/scripts/install b/scripts/install index 01851c3..0a2d5e9 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ app=$YNH_APP_INSTANCE_NAME ynh_script_progression --message="Validating installation parameters..." --weight=1 -final_path=/opt/yunohost/$app +final_path=/var/www/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder" # Register (book) web path