1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

FIX CARDDAV PATH

This commit is contained in:
Yalh 2019-01-27 07:09:54 +01:00
parent 608a2459bd
commit b697c45737

View file

@ -267,8 +267,8 @@ if sudo yunohost app list --installed -f baikal | grep -q id ; then
# Configuration of carddav # Configuration of carddav
sudo cp ../conf/carddav.conf.php $config_path/carddav.conf.php sudo cp ../conf/carddav.conf.php $config_path/carddav.conf.php
ynh_replace_string "__DOMAIN__" "$baikaldomain" "$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" ynh_replace_string "__CARDDAV_DEFAULT_PATH__" "$baikalpath/card.php/addressbooks/%u/default" "$config_path/carddav.conf.php"
# Configuration of imap # Configuration of imap
#sudo cp ../conf/imap.conf.php $config_path/imap.conf.php #sudo cp ../conf/imap.conf.php $config_path/imap.conf.php