mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
ffix nextcloud health check
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
276a85421a
commit
dd053182f9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
nc -z "$POSTGRES_HOST" 5432 || exit 0
|
nc -z "$POSTGRES_HOST" 5432 || exit 0
|
||||||
|
|
||||||
if ! nc -z localhost 9000 || ! nc -z localhost 7867; then
|
if ! nc -z localhost 9000; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue