From b0a5da942c8ccd533d839d42cc9987b60ac6e83e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 26 May 2022 21:05:37 +0200 Subject: [PATCH] Fix --- check_process | 2 +- manifest.json | 6 ------ scripts/install | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/check_process b/check_process index 5dfb82d..8f930b4 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ is_public=1 ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/manifest.json b/manifest.json index c618c6f..11fabf3 100644 --- a/manifest.json +++ b/manifest.json @@ -30,12 +30,6 @@ "name": "domain", "type": "domain" }, - { - "name": "path", - "type": "path", - "example": "/gossa", - "default": "/gossa" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index e7f2f01..7d3a3d8 100644 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME