From 48bdc6343d7d6bf3e14ba62454008f232ba92bf0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 21 Aug 2017 20:48:59 +0100 Subject: [PATCH] bug discord to pushover --- lgsm/functions/alert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index d1e4fba67..56134c8c6 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -107,7 +107,7 @@ elif [ -z "${discordtoken}" ]&&[ "${function_selfname}" == "command_test_alert.s fi if [ "${pushoveralert}" == "on" ]&&[ -n "${pushoveralert}" ]; then - alert_discord.sh + alert_pushover.sh elif [ "${pushoveralert}" != "on" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_warn_nl "Pushover alerts not enabled" fn_script_log_warn "Pushover alerts not enabled"