1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00
This commit is contained in:
ericgaspar 2021-09-25 18:59:50 +02:00
parent 5dd7503718
commit de80c49d11
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 7 deletions

View file

@ -35,12 +35,6 @@
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",

View file

@ -20,7 +20,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
architecture=$(ynh_detect_arch)