client/container: disable shellcheck warning for DOCKER_FINANCE_DEBUG

If it's not set or set to false, then it's expected to be not true.
This commit is contained in:
2024-08-14 19:56:04 -07:00
parent 563ca66d2d
commit d7caec13e4
4 changed files with 8 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ function main()
#
lib_finance::finance "$@" || lib_utils::die_usage "$_usage"
# shellcheck disable=SC2154
[ "$DOCKER_FINANCE_DEBUG" == true ] && set -xv
#