mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Solved wrong variable naming bug
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user