mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-06 16:45:15 +02:00
Solved wrong variable naming bug
This commit is contained in:
parent
018b4843f7
commit
c537a1f5b6
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user