mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-01 08:15:28 +08:00
add suggestion
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
46ec1ea7f5
commit
904d23147c
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
||||
nc -z localhost 8000 || exit 1
|
||||
nc -z localhost "$APACHE_PORT" || exit 1
|
||||
nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1
|
||||
nc -z "$NC_DOMAIN" 443 || exit 1
|
||||
|
|
Loading…
Reference in a new issue