all-in-one/Containers/collabora/healthcheck.sh
Simon L. fe3e640d19 add healthcheck for collabora
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-12-03 11:37:37 +01:00

3 lines
44 B
Bash

#!/bin/bash
nc -z 127.0.0.1 9980 || exit 1