Merge branch 'main' into beta

This commit is contained in:
buanet
2024-01-19 13:38:50 +01:00
9 changed files with 13 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ set -euo pipefail
# Script checks health of running container
# bash strict mode
set -e
if [ "$(cat /opt/.docker_config/.healthcheck)" == "starting" ]
then
echo "Health status: OK - Startup script is still running."