Solved wrong variable naming bug

This commit is contained in:
2025-07-05 11:24:48 +02:00
parent 018b4843f7
commit c537a1f5b6

View File

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