Files
nextcloud/Containers/eurooffice/healthcheck.sh
T
2026-06-04 12:42:02 +02:00

8 lines
97 B
Bash

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