mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/bash
|
|
|
|
nc -z "$REDIS_HOST" "$REDIS_PORT" || exit 0
|
|
nc -z 127.0.0.1 3002 || exit 1
|