From 3a6ace24f57a70e8223a7db3313ea49951af6dd6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 21 Jan 2019 02:14:20 +0100 Subject: [PATCH] Correct path not available (#26) --- manifest.json | 10 ---------- scripts/install | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index ed0d019..c84f430 100644 --- a/manifest.json +++ b/manifest.json @@ -32,16 +32,6 @@ }, "example": "example.com" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for CryptPad, only / is allowed.", - "fr": "Choisissez un chemin pour CryptPad, seul / est autorisé." - }, - "example": "/", - "default": "/" - }, { "name": "email", "type": "email", diff --git a/scripts/install b/scripts/install index eb434e6..874df8c 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors # Active trap pour arrêter le script si une erreur est dét domain=$YNH_APP_ARG_DOMAIN is_public=$YNH_APP_ARG_IS_PUBLIC -path_url=$YNH_APP_ARG_PATH +path_url="/" admin_email=$YNH_APP_ARG_EMAIL app=$YNH_APP_INSTANCE_NAME