From befe8118c79b49f158e9ffe79942719537dbe6b0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 4 Feb 2019 22:10:00 +0100 Subject: [PATCH] Removing path url reference No possible for now to install in a subfolder --- check_process | 1 - manifest.json | 10 ---------- scripts/install | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/check_process b/check_process index c99669e..5265471 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,6 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) admin="john" (USER) admin_password="secret" language="en" diff --git a/manifest.json b/manifest.json index c356301..3cfe6ab 100644 --- a/manifest.json +++ b/manifest.json @@ -33,16 +33,6 @@ }, "example": "domain.org" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path; only / is allowed at the moment.", - "fr": "Choisissez un chemin, seul / est autorisé pour le moment." - }, - "example": "/", - "default": "/" - }, { "name": "admin", "type": "user", diff --git a/scripts/install b/scripts/install index 75644ee..3d898b9 100644 --- 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="/" admin=$YNH_APP_ARG_ADMIN admin_password=$YNH_APP_ARG_ADMIN_PASSWORD is_public=$YNH_APP_ARG_IS_PUBLIC