mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix install
This commit is contained in:
parent
3b77b35b82
commit
7af62e9977
1 changed files with 10 additions and 4 deletions
|
@ -46,6 +46,12 @@ is_public="1"
|
|||
### guaranteed to be unique. This is a good unique identifier to define installation path,
|
||||
### db names, ...
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
app_activesync=$app
|
||||
app_autodiscover=$app
|
||||
|
||||
app_activesync+="_activesync"
|
||||
app_autodiscover+="_autodiscover"
|
||||
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||
|
@ -62,10 +68,10 @@ state_path=/var/lib/z-push
|
|||
#path_url=$(ynh_normalize_url_path $path_url)
|
||||
|
||||
# Register (book) web path
|
||||
ynh_webpath_register $app $domain_activesync $path_url_activesync
|
||||
ynh_webpath_register $app $domain_autodiscover $path_url_autodiscover1
|
||||
ynh_webpath_register $app $domain_autodiscover $path_url_autodiscover2
|
||||
ynh_webpath_register $app $domain_autodiscover $path_url_autodiscover3
|
||||
ynh_webpath_register $app_activesync $domain_activesync $path_url_activesync
|
||||
ynh_webpath_register $app_autodiscover $domain_autodiscover $path_url_autodiscover1
|
||||
ynh_webpath_register $app_autodiscover $domain_autodiscover $path_url_autodiscover2
|
||||
ynh_webpath_register $app_autodiscover $domain_autodiscover $path_url_autodiscover3
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
|
|
Loading…
Add table
Reference in a new issue