Disable Shell Check SC2086, Double quote to prevent globbing and word splitting

This commit is contained in:
David Murphy 2024-07-09 13:17:01 -06:00 committed by Daniel Wozniak
parent 4351f20a34
commit 7881998765

View file

@ -4,7 +4,8 @@
# Please submit pull requests against the salt-bootstrap repo:
# https://github.com/saltstack/salt-bootstrap
# shellcheck disable=SC2317
# shellcheck disable=SC2086
#
#======================================================================================================================
# vim: softtabstop=4 shiftwidth=4 expandtab fenc=utf-8 spell spelllang=en cc=120
#======================================================================================================================
@ -24,7 +25,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2024.07.01"
__ScriptVersion="2024.07.09"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"