From 5eb2d24cc8c090980bc3b7847f3047efb0b0da81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 28 Dec 2022 23:40:00 +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 6a8ce7b..c79a051 100755 --- a/manifest.json +++ b/manifest.json @@ -36,12 +36,6 @@ "name": "domain", "type": "domain" }, - { - "name": "path", - "type": "path", - "example": "/mautic", - "default": "/mautic" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 97da0e5..c9f8352 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 timezone="$(cat /etc/timezone)" phpversion=$YNH_PHP_VERSION