mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
nc -z "$REDIS_HOST" 6379 || exit 0
|
||
|
|
nc -z 127.0.0.1 3002 || exit 1
|