mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
[enh] Add path support in install script
This commit is contained in:
parent
7a1a6d7986
commit
21303d1d46
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url="/"
|
path_url=$YNH_APP_ARG_PATH
|
||||||
etherpad_instance=$YNH_APP_ARG_ETHERPAD_INSTANCE
|
etherpad_instance=$YNH_APP_ARG_ETHERPAD_INSTANCE
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
creation_open=$YNH_APP_ARG_CREATION_OPEN
|
creation_open=$YNH_APP_ARG_CREATION_OPEN
|
||||||
|
|
Loading…
Add table
Reference in a new issue