updated healthcheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jblu 2024-06-03 20:02:31 -05:00
parent f17988bfa9
commit 07fedd0b0b

View File

@ -79,7 +79,7 @@ apprise_body = os.getenv("apprise_body")
# healthcheck - Tell healthchecks.io we are starting the backup
if healthcheck:
healthcheck_ping(r, healthcheck_url, start=True)
healthcheck_ping(r, healthcheck_url.rstrip("/") + "/start")
# Stop seafile and seafile hub
if docker_command: