forked from EvergreenCrypto/docker-finance
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:
@@ -17,7 +17,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
[ "$DOCKER_FINANCE_DEBUG" == true ] && set -xv
|
||||
|
||||
[ -z "$DOCKER_FINANCE_CONTAINER_FLOW" ] && exit 1
|
||||
|
||||
function docker-finance::completion()
|
||||
|
||||
@@ -92,6 +92,8 @@ function main()
|
||||
#
|
||||
|
||||
lib_finance::finance "$@" || lib_utils::die_usage "$_usage"
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
[ "$DOCKER_FINANCE_DEBUG" == true ] && set -xv
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user