From 21108182a1475f8ef8c87e3a3e2cbe1fb79ce579 Mon Sep 17 00:00:00 2001 From: Eric Reeves Date: Tue, 13 Jul 2021 19:21:24 -0500 Subject: [PATCH] The trailing '&&' without a second command is bad syntax. --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 3622e306..cc7a9eef 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -236,7 +236,7 @@ Create the name of the stackstorm-ha service account to use - 'sh' - '-ec' - | - /bin/cp -aR /opt/stackstorm/configs/. /opt/stackstorm/configs-shared && + /bin/cp -aR /opt/stackstorm/configs/. /opt/stackstorm/configs-shared {{- end }} {{- end -}}