mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
always check port 443
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
d93c01f368
commit
46ec1ea7f5
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,4 @@
|
|||
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
||||
nc -z localhost 8000 || exit 1
|
||||
nc -z localhost "$APACHE_PORT" || exit 1
|
||||
if [ "$APACHE_PORT" == '443' ]; then
|
||||
nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1
|
||||
fi
|
||||
nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1
|
||||
|
|
Loading…
Reference in a new issue