Fixed typo.

This commit is contained in:
mag37
2024-10-14 06:28:35 +02:00
committed by GitHub
parent 119932aa19
commit ec068dd19a

View File

@@ -21,5 +21,8 @@ send_notification() {
DiscordWebhookUrl="PasteYourFullDiscordWebhookURL"
MsgBody="{\"username\":\"$FromHost\",\"content\":\"$MessageBody\"}"
curl -sS -o /dev/null --fail -X POST -H "Content-Type: application/json" -d "$MsgBody" "$DiscordWebhookUrl"
}