mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-22 06:02:54 +00:00
b51223fd69
Signed-off-by: Simon L. <szaimen@e.mail.de>
4 lines
47 B
Bash
4 lines
47 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 "$PORT" || exit 1
|