From d83195f2f1a5e433cb100d0b05532a89638fdf7b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 6 Jun 2024 15:02:33 +0200 Subject: [PATCH] talk: disable specific health check because it is not going to work on some specific setups Signed-off-by: Simon L --- Containers/talk/healthcheck.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Containers/talk/healthcheck.sh b/Containers/talk/healthcheck.sh index 4834289d..e4544763 100644 --- a/Containers/talk/healthcheck.sh +++ b/Containers/talk/healthcheck.sh @@ -5,7 +5,3 @@ nc -z 127.0.0.1 8188 || exit 1 nc -z 127.0.0.1 4222 || exit 1 nc -z 127.0.0.1 "$TALK_PORT" || exit 1 eturnalctl status || exit 1 -if ! nc -z "$NC_DOMAIN" "$TALK_PORT"; then - echo "Could not reach $NC_DOMAIN on port $TALK_PORT." - exit 1 -fi