From 595865d6265a38d91757df60778fa634ce2e9613 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 Aug 2021 10:19:47 +0200 Subject: [PATCH] fix --- check_process | 2 +- manifest.json | 7 ------- scripts/install | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/check_process b/check_process index 61245ae..4206e96 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ admin="john" language="fr" is_public=1 - password="pass" + password="password" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/manifest.json b/manifest.json index 745f19a..ae6ae3f 100644 --- a/manifest.json +++ b/manifest.json @@ -35,13 +35,6 @@ "type": "domain", "example": "example.com" }, - { - "name": "path", - "type": "path", - - "example": "/", - "default": "/" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 8d2da11..0be08bb 100644 --- a/scripts/install +++ b/scripts/install @@ -22,7 +22,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN is_public=$YNH_APP_ARG_IS_PUBLIC -path_url=$YNH_APP_ARG_PATH +path_url="/" secret=$(ynh_string_random) app=$YNH_APP_INSTANCE_NAME