From b697c4573785736a906a42397030a87e3c9a6011 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 07:09:54 +0100 Subject: [PATCH] FIX CARDDAV PATH --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 68e2957..8b0ce5a 100755 --- a/scripts/install +++ b/scripts/install @@ -267,8 +267,8 @@ 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_DEFAULT_PATH__" "baikalpath/card.php/addressbooks/%u/default" "$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 #sudo cp ../conf/imap.conf.php $config_path/imap.conf.php