From 8c9299727f47580c44a718cd9f9c9c82c9533cfc Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 21 Jun 2019 14:33:29 +0200 Subject: [PATCH] move variable --- rootfs/etc/confd/templates/carddav_config.inc.php.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }}