From febb7e691cd76e2e6db5a2f7bc60ae9b73179ca4 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 12 Oct 2019 08:14:36 +0200 Subject: [PATCH] Update backup.sh --- backup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/backup.sh b/backup.sh index 6b67c40..4a6236b 100644 --- a/backup.sh +++ b/backup.sh @@ -26,7 +26,6 @@ healthchck_fail(){ healthchck_ok(){ if [ -n $HEALTHCHECK_URL ]; then curl --retry 3 $HEALTHCHECK_URL - exit 1 fi }