From aad4d60abe39d9298c92f27fec5c647d4656a1f1 Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Thu, 24 Jan 2019 18:53:11 +0100 Subject: [PATCH] Update alarm-notify.sh.in (#5263) Fixes #5261 --- health/notifications/alarm-notify.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in index 6a5bce773b236e..9fca62711a641f 100755 --- a/health/notifications/alarm-notify.sh.in +++ b/health/notifications/alarm-notify.sh.in @@ -666,7 +666,7 @@ if [ "${SEND_EMAIL}" != "YES" \ -a "${SEND_CUSTOM}" != "YES" \ -a "${SEND_IRC}" != "YES" \ -a "${SEND_AWSSNS}" != "YES" \ - -o "${SEND_PROWL}" != "YES" \ + -a "${SEND_PROWL}" != "YES" \ -a "${SEND_SYSLOG}" != "YES" \ -a "${SEND_MSTEAM}" != "YES" \ ]