1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ofbiz_ynh.git synced 2024-09-03 19:46:33 +02:00

Fix default page

This commit is contained in:
yalh76 2022-03-02 17:18:54 +01:00
parent 442d1b5df9
commit 4e4a0950ca
4 changed files with 4 additions and 10 deletions

View file

@ -1,12 +1,12 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/path"
path="/catalog"
admin="john"
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_root=0
setup_nourl=0
setup_private=0
setup_public=1

View file

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

View file

@ -17,7 +17,7 @@ old_domain=$YNH_APP_OLD_DOMAIN
old_path=$YNH_APP_OLD_PATH
new_domain=$YNH_APP_NEW_DOMAIN
new_path=$YNH_APP_NEW_PATH
new_path="/"
app=$YNH_APP_INSTANCE_NAME

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
app=$YNH_APP_INSTANCE_NAME