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

remove path url

This commit is contained in:
Yalh 2019-01-29 00:18:08 +01:00
parent 8e10686ad7
commit aab1ed17eb
2 changed files with 1 additions and 11 deletions

View file

@ -32,16 +32,6 @@
},
"example": "distbin.example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for distbin",
"fr": "Choisissez un chemin pour distbin"
},
"example": "/disbin",
"default": "/disbin"
},
{
"name": "admin",
"type": "user",

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
path_url="/"
admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC
language=$YNH_APP_ARG_LANGUAGE