From 24a9f9aa36f55c7bc81030895918cb67e0a21c8b Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 22 May 2022 00:41:02 +0200 Subject: [PATCH] add missing trailing slash --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index df015f96..f9ae4168 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -154,7 +154,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', 'username' => '%u', // login username 'password' => '%p', // login password - 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts', + 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts/', 'active' => true, 'readonly' => false, 'refresh_time' => '02:00:00',