mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-11 09:05:56 +08:00
3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/bash
|
|
|
|
redis-cli -a "$REDIS_HOST_PASSWORD" PING || exit 1
|