From e2d75cc8ecf7dca039cfaa86ae124fc7d0b47976 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 08:53:13 +0100 Subject: [PATCH] cleanup --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ae1a5e8..e31275e 100755 --- a/scripts/install +++ b/scripts/install @@ -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 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_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 ynh_store_file_checksum "$config_path/combined.conf.php"