mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix CardDAV
This commit is contained in:
parent
b697c45737
commit
8fb66bf00e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ if sudo yunohost app list --installed -f baikal | grep -q id ; then
|
|||
# Configuration of carddav
|
||||
sudo cp ../conf/carddav.conf.php $config_path/carddav.conf.php
|
||||
ynh_replace_string "__DOMAIN__" "$baikaldomain" "$config_path/carddav.conf.php"
|
||||
ynh_replace_string "__CARDDAV_PATH_" "$baikalpath/card.php/addressbooks/%u/" "$config_path/carddav.conf.php"
|
||||
ynh_replace_string "__CARDDAV_PATH__" "$baikalpath/card.php/addressbooks/%u/" "$config_path/carddav.conf.php"
|
||||
ynh_replace_string "__CARDDAV_DEFAULT_PATH__" "$baikalpath/card.php/addressbooks/%u/default" "$config_path/carddav.conf.php"
|
||||
|
||||
# Configuration of imap
|
||||
|
|
Loading…
Add table
Reference in a new issue