1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

[fix] COIN does not support subdir setup

This commit is contained in:
ljf 2017-07-31 13:52:05 +02:00
parent 3b7eb9db17
commit be6e44ce75
2 changed files with 3 additions and 11 deletions

View file

@ -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",

View file

@ -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