diff --git a/rootfs/etc/confd/templates/carddav_config.inc.php.tmpl b/rootfs/etc/confd/templates/carddav_config.inc.php.tmpl index d8bf4bc..b050a7a 100644 --- a/rootfs/etc/confd/templates/carddav_config.inc.php.tmpl +++ b/rootfs/etc/confd/templates/carddav_config.inc.php.tmpl @@ -47,6 +47,8 @@ $prefs['_GLOBAL']['sync_collection_workaround'] = false; //// ** ADDRESSBOOK PRESETS +{{ getenv "CARDDAV_PRESETS" }} + // Each addressbook preset takes the following form: /* $prefs[''] = array( @@ -215,5 +217,3 @@ $prefs['Work'] = array( 'hide' => true, ); */ - -{{ getenv "CARDDAV_PRESETS" }}