From be6e44ce75ce0272c227fb304314ef85a6bc4806 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 31 Jul 2017 13:52:05 +0200 Subject: [PATCH] [fix] COIN does not support subdir setup --- manifest.json | 10 ---------- scripts/install | 4 +++- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index ce88846..e07cdcc 100644 --- a/manifest.json +++ b/manifest.json @@ -29,16 +29,6 @@ }, "example": "domain.org" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Coin", - "fr": "Choisissez l'adresse pour Coin" - }, - "example": "/coin", - "default": "/coin" - }, { "name": "admin", "type": "user", diff --git a/scripts/install b/scripts/install index 18a5a14..a758fd7 100644 --- a/scripts/install +++ b/scripts/install @@ -12,7 +12,9 @@ readonly app=$YNH_APP_INSTANCE_NAME # Retrieve arguments readonly domain=$YNH_APP_ARG_DOMAIN -readonly path=$YNH_APP_ARG_PATH +#readonly path=$YNH_APP_ARG_PATH +readonly path=/ + readonly admin=$YNH_APP_ARG_ADMIN readonly email=$YNH_APP_ARG_EMAIL