Skip to content

Commit

Permalink
Merge pull request #4779 from nextcloud/enh/noid/disable-talk-healtch…
Browse files Browse the repository at this point in the history
…-check

talk: disable specific health check because it is not going to work o…
  • Loading branch information
szaimen authored Jun 6, 2024
2 parents 42ddfb0 + d83195f commit 283ed01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Containers/talk/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 283ed01

Please sign in to comment.