1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00
This commit is contained in:
Yalh 2019-01-27 08:53:13 +01:00
parent 32e72f50a1
commit e2d75cc8ec

View file

@ -295,7 +295,7 @@ elif sudo yunohost app list --installed -f nextcloud | grep -q id ; then
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__" "$nextclouddomain" "$config_path/carddav.conf.php" ynh_replace_string "__DOMAIN__" "$nextclouddomain" "$config_path/carddav.conf.php"
ynh_replace_string "__CARDDAV_PATH__" "$nextcloudpath/remote.php/dav/addressbooks/users/%u/contacts/" "$config_path/carddav.conf.php" ynh_replace_string "__CARDDAV_PATH__" "$nextcloudpath/remote.php/dav/addressbooks/users/%u/contacts/" "$config_path/carddav.conf.php"
ynh_replace_string "__CARDDAV_DEFAULT_PATH__" "$nextcloudpath/remote.php/dav/addressbooks/users/%u/contacts/" "$config_path/carddav.conf.php" ynh_replace_string "__CARDDAV_DEFAULT_PATH__" "$nextcloudpath/remote.php/dav/addressbooks/users/%u/contacts/" "$config_path/carddav.conf.php"
# Checksum of config files # Checksum of config files
ynh_store_file_checksum "$config_path/combined.conf.php" ynh_store_file_checksum "$config_path/combined.conf.php"