1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00
This commit is contained in:
Éric Gaspar 2022-11-21 19:40:54 +01:00
parent 52055fda80
commit f6bdf2cb9c
2 changed files with 1 additions and 7 deletions

View file

@ -32,12 +32,6 @@
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/hydrogen",
"default": "/hydrogen"
},
{
"name": "default_server",
"type": "string",

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
path_url="/"
is_public=$YNH_APP_ARG_IS_PUBLIC
default_server=$YNH_APP_ARG_DEFAULT_SERVER