mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-21 22:14:59 +08:00
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
|