From 9c7848cfb6a47e438290e0de29090964b575f4cc Mon Sep 17 00:00:00 2001 From: Pau RE Date: Thu, 20 Jun 2024 13:33:36 +0200 Subject: [PATCH] Fix run webhooks when previous endpoint fails --- hooks/00-webhook | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/00-webhook b/hooks/00-webhook index 37a743f..6934e8e 100755 --- a/hooks/00-webhook +++ b/hooks/00-webhook @@ -1,7 +1,5 @@ #!/bin/sh -set -e - # Possible actions: error, pre-backup, post-backup ACTION="${1}"