From ada3ce4ff9bcc73178eb4da8404aa9d9ceec9559 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:00:26 -0700 Subject: [PATCH] fix shellcheck --- usr/local/share/bastille/template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/template.sh b/usr/local/share/bastille/template.sh index fe3198c5..340a7618 100644 --- a/usr/local/share/bastille/template.sh +++ b/usr/local/share/bastille/template.sh @@ -387,8 +387,8 @@ for jail in ${JAILS}; do args="install -y ${args}" ;; tag|tags) - # shellcheck disable=SC2090 cmd='tags' + # shellcheck disable=SC2090 args="add $(echo ${args} | tr ' ' ,)" ;; render) # This is a path to one or more files needing arguments replaced by values. -- cwells @@ -414,4 +414,4 @@ for jail in ${JAILS}; do fi info "\nTemplate applied: ${TEMPLATE}" -done \ No newline at end of file +done