mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
d83195f2f1
Signed-off-by: Simon L <szaimen@e.mail.de>
7 lines
173 B
Bash
7 lines
173 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 8081 || exit 1
|
|
nc -z 127.0.0.1 8188 || exit 1
|
|
nc -z 127.0.0.1 4222 || exit 1
|
|
nc -z 127.0.0.1 "$TALK_PORT" || exit 1
|
|
eturnalctl status || exit 1
|