mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 08:37:02 +00:00
9360256f7d
Signed-off-by: Simon L. <szaimen@e.mail.de>
4 lines
44 B
Bash
4 lines
44 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 1234 || exit 1
|