Update 99-run.sh

This commit is contained in:
Alexandre
2022-03-10 09:28:32 +01:00
committed by GitHub
parent 1f5f9571fd
commit 2d712ce1da

View File

@@ -2,8 +2,10 @@
# shellcheck shell=bash # shellcheck shell=bash
# hadolint ignore=SC2155 # hadolint ignore=SC2155
set +e TEST=$(bashio::config 'ZM_DB_HOST')
set -x if [[ "$TEST" = "debug" ]]; then
sleep 1000000
fi
################### ###################
# Define database # # Define database #