mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 14:30:13 +00:00
8 lines
173 B
Bash
8 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
|