Files
nextcloud/Containers/talk-recording/healthcheck.sh
2026-05-29 10:11:08 +02:00

8 lines
117 B
Bash

#!/bin/bash
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
set -x
fi
nc -z 127.0.0.1 1234 || nc -z ::1 1234 || exit 1