Fixed typo.

This commit is contained in:
mag37 2024-10-14 06:28:35 +02:00 committed by GitHub
parent 119932aa19
commit ec068dd19a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}