mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 15:30:08 +00:00
5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/bash
|
|
|
|
nc -z "$REDIS_HOST" "$REDIS_PORT" || exit 0
|
|
nc -z 127.0.0.1 3002 || exit 1
|