From 7fae2efbdc0f2e66af7c54a7d9b1c4113b160eaa Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 May 2018 21:56:00 +0200 Subject: [PATCH] use quotes for registration files --- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 6f18138..0422683 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -117,7 +117,7 @@ room_invite_state_types: app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}} {{if (getenv "REGISTRATIONS")}} {{range $registration := split (getenv "REGISTRATIONS") ";"}} - - {{ $registration }} + - "{{ $registration }}" {{end}} {{end}}