mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
fix shellcheck
This commit is contained in:
@@ -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
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user