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

Correct path not available (#26)

This commit is contained in:
yalh76 2019-01-21 02:14:20 +01:00 committed by frju365
parent d01ffb816f
commit 3a6ace24f5
2 changed files with 1 additions and 11 deletions

View file

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

View file

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