mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
cleanup
This commit is contained in:
parent
32e72f50a1
commit
e2d75cc8ec
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue