Files
nextcloud/Containers/imaginary/healthcheck.sh
2026-04-24 10:34:44 +02:00

8 lines
102 B
Bash

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