Update 'backup/backup-script.sh'
parent
ecb87cf031
commit
64eb9cb3cf
|
@ -63,4 +63,8 @@ else
|
||||||
info "Backup, Prune, and/or Compact finished with errors"
|
info "Backup, Prune, and/or Compact finished with errors"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -z "$HEALTHCHECK_URL" ]; then
|
||||||
|
curl -L $HEALTHCHECK_URL
|
||||||
|
fi
|
||||||
|
|
||||||
exit ${global_exit}
|
exit ${global_exit}
|
Loading…
Reference in New Issue