mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 09:40:47 +08:00
fe3e640d19
Signed-off-by: Simon L. <szaimen@e.mail.de>
3 lines
44 B
Bash
3 lines
44 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 9980 || exit 1
|