From 64eb9cb3cfce42e8c64a868118fb93f0cecb54ac Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 14 Aug 2023 12:33:05 +0100 Subject: [PATCH] Update 'backup/backup-script.sh' --- backup/backup-script.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backup/backup-script.sh b/backup/backup-script.sh index e42b779..7f6ae00 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -63,4 +63,8 @@ else info "Backup, Prune, and/or Compact finished with errors" fi +if [ ! -z "$HEALTHCHECK_URL" ]; then + curl -L $HEALTHCHECK_URL +fi + exit ${global_exit} \ No newline at end of file