add missing trailing slash

This commit is contained in:
KiekerJan 2022-05-22 00:40:00 +02:00
parent 81ff820e84
commit 982394dc69
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
'name' => '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',