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

Removing path url reference

No possible for now to install in a subfolder
This commit is contained in:
yalh76 2019-02-04 22:10:00 +01:00
parent 4caf9e465d
commit befe8118c7
3 changed files with 1 additions and 12 deletions

View file

@ -1,7 +1,6 @@
;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
admin_password="secret"
language="en"

View file

@ -33,16 +33,6 @@
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path; only / is allowed at the moment.",
"fr": "Choisissez un chemin, seul / est autorisé pour le moment."
},
"example": "/",
"default": "/"
},
{
"name": "admin",
"type": "user",

View file

@ -21,7 +21,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
path_url="/"
admin=$YNH_APP_ARG_ADMIN
admin_password=$YNH_APP_ARG_ADMIN_PASSWORD
is_public=$YNH_APP_ARG_IS_PUBLIC