From 982394dc69801ebcfc42cb09c365d2caf2e73102 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 22 May 2022 00:40:00 +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 670500c0..fce6b9af 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -162,7 +162,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' => '00:30:00',