mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-04-17 21:57:00 -04:00
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
nc -z "$NEXTCLOUD_HOST" 9001 || exit 0
|
|
nc -z 127.0.0.1 2375 || exit 1
|