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