Files
nextcloud/Containers/redis/healthcheck.sh
2026-04-24 10:35:18 +02:00

8 lines
119 B
Bash

#!/bin/bash
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
set -x
fi
redis-cli -a "$REDIS_HOST_PASSWORD" PING || exit 1