Update webmail.sh

This commit is contained in:
kaibae19
2022-04-03 16:19:19 -07:00
parent 4aa7d2bd39
commit c91111c777
+1 -1
View File
@@ -154,7 +154,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/carddav/addressbooks/%u/contacts',
'url' => 'https://${DAV_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts', # Fix this URL with a variable for
'active' => true,
'readonly' => false,
'refresh_time' => '02:00:00',