ntofiy-push - improve healthcheck

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-18 21:21:24 +02:00
parent f17c2f5c1c
commit 60a692ae46
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
if ! nc -z "$NEXTCLOUD_HOST" 9000; then
exit 0
fi
nc -z localhost 7867 || exit 1