Solved wrong variable naming bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-05 11:24:48 +02:00
parent 018b4843f7
commit c537a1f5b6
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -9,6 +9,6 @@ fi
# send the Telegram message # send the Telegram message
/usr/bin/curl -s -X POST \ /usr/bin/curl -s -X POST \
"https://api.telegram.org/bot${telegram_bot_token}/sendMessage" \ "https://api.telegram.org/bot{{ telegram_bot_token }}/sendMessage" \
-d chat_id="${telegram_chat_id}" \ -d chat_id="{{ telegram_chat_id }}" \
-d text="service $1 on ${host} failed" -d text="service $1 on ${host} failed"