mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-13 01:48:17 +00:00
aa0620f2ea
Signed-off-by: Simon L. <szaimen@e.mail.de>
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/bash
|
|
|
|
redis-cli -a "$REDIS_HOST_PASSWORD" PING || exit 1
|