From b2976b3a099424ddee0804b05534508a8f806a46 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 20 Feb 2025 16:53:24 +0100 Subject: [PATCH] Fix the openarc.defaults syntax. --- templates/openarc.defaults.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/openarc.defaults.j2 b/templates/openarc.defaults.j2 index ae40854..cdebf44 100644 --- a/templates/openarc.defaults.j2 +++ b/templates/openarc.defaults.j2 @@ -1 +1 @@ -OPTIONS={{ postfix_opnarc_startup_options }} +OPTIONS="{{ postfix_opnarc_startup_options }}"