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