1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
This commit is contained in:
ericgaspar 2022-03-12 16:32:33 +01:00
parent 9760375b48
commit 58ad5034d0
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 7 deletions

View file

@ -38,12 +38,6 @@
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/kimai",
"default": "/kimai"
},
{
"name": "admin",
"type": "user"

View file

@ -24,7 +24,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
registration=$YNH_APP_ARG_REGISTRATION