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
# hadolint ignore=SC2155
set +e
set -x
TEST=$(bashio::config 'ZM_DB_HOST')
if [[ "$TEST" = "debug" ]]; then
sleep 1000000
fi
###################
# Define database #