From 5bc27439fc683c4ca7d4b33d9541648032050e09 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 4 Jul 2022 18:18:36 +0530 Subject: [PATCH] remove subpath option --- manifest.json | 6 ------ scripts/install | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 4da04ac..4d1ec8a 100644 --- a/manifest.json +++ b/manifest.json @@ -34,12 +34,6 @@ "name": "domain", "type": "domain" }, - { - "name": "path", - "type": "path", - "example": "/example", - "default": "/example" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 0ad2f9c..63a768c 100755 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,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