Update 'backup/backup-script.sh'

pull/4/head
drunkendog 2023-08-14 12:33:05 +01:00
parent ecb87cf031
commit 64eb9cb3cf
1 changed files with 4 additions and 0 deletions

View File

@ -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}