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