Kirill Shamilin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/alert_telegram.sh
|
|
@ -19,7 +19,7 @@ EOF |
|
|
|
|
|
|
|
fn_print_dots "Sending Telegram alert" |
|
|
|
sleep 0.5 |
|
|
|
telegramsend=$(${curlpath} -sSL -H "Content-Type: application/json" -X POST -d """${json}""" "https://api.telegram.org/bot${telegramtoken}/sendMessage" | grep "error_code") |
|
|
|
telegramsend=$(${curlpath} -sSL -H "Content-Type: application/json" -X POST -d """${json}""" "https://api.telegram.org/bot${telegramtoken}/sendMessage" ${curlcustomstring} | grep "error_code") |
|
|
|
|
|
|
|
if [ -n "${telegramsend}" ]; then |
|
|
|
fn_print_fail_nl "Sending Telegram alert: ${telegramsend}" |
|
|
|