mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
414716e279
Signed-off-by: Simon L <szaimen@e.mail.de>
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
|
|
nc -z "$NEXTCLOUD_HOST" 9001 || exit 0
|
|
nc -z 127.0.0.1 2375 || exit 1
|