mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix Path
This commit is contained in:
parent
32afc89802
commit
bbbde70396
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,10 @@ state_path=/var/lib/z-push
|
||||||
path_url=$(ynh_normalize_url_path $path_url)
|
path_url=$(ynh_normalize_url_path $path_url)
|
||||||
|
|
||||||
# Register (book) web path
|
# Register (book) web path
|
||||||
ynh_webpath_register $app $domain $path_url
|
ynh_webpath_register $app $domain $path_url_activesync
|
||||||
|
ynh_webpath_register $app $domain $path_url_autodiscover1
|
||||||
|
ynh_webpath_register $app $domain $path_url_autodiscover2
|
||||||
|
ynh_webpath_register $app $domain $path_url_autodiscover3
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STORE SETTINGS FROM MANIFEST
|
# STORE SETTINGS FROM MANIFEST
|
||||||
|
|
Loading…
Add table
Reference in a new issue