From 07fedd0b0badd1d64b9a1d602de371d98d486007 Mon Sep 17 00:00:00 2001 From: jblu Date: Mon, 3 Jun 2024 20:02:31 -0500 Subject: [PATCH] updated healthcheck --- seafile-backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-backup.py b/seafile-backup.py index fb9884a..e5e5103 100644 --- a/seafile-backup.py +++ b/seafile-backup.py @@ -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: