From 58ad5034d088969ab53eab557944c0b1e9cd0dbb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Mar 2022 16:32:33 +0100 Subject: [PATCH] Fix --- manifest.json | 6 ------ scripts/install | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 7352080..9cd58a5 100644 --- a/manifest.json +++ b/manifest.json @@ -38,12 +38,6 @@ "name": "domain", "type": "domain" }, - { - "name": "path", - "type": "path", - "example": "/kimai", - "default": "/kimai" - }, { "name": "admin", "type": "user" diff --git a/scripts/install b/scripts/install index b554e90..583a065 100755 --- 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="/" admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC registration=$YNH_APP_ARG_REGISTRATION