From 98282e6ee914d585987d0322eb8f137543fe6a2c Mon Sep 17 00:00:00 2001 From: NeoPlayer13 <98669870+NeoPlayer13@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:45:53 -0500 Subject: [PATCH] mistake in variable --- nutNotifyFct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutNotifyFct.sh b/nutNotifyFct.sh index 486316a..9243dcb 100644 --- a/nutNotifyFct.sh +++ b/nutNotifyFct.sh @@ -163,7 +163,7 @@ function sendDiscord { fi #var verification - if [ "$discordWebhookUrl" == "" ]; then + if [ "$discordWebhookURL" == "" ]; then echo "Can't send message without a Discord webhook URL" 1>&2 addLog "Can't send message without a Discord webhook URL" return 1