mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 20:01:46 +00:00
Add debug output of $_data variable to aid diagnosis
Signed-off-by: Mike Beattie <mike@ethernal.org>
This commit is contained in:
parent
e21f3e6c73
commit
53d26e5c5c
@ -34,6 +34,8 @@ telegram_send() {
|
|||||||
_data="$_data\"parse_mode\": \"markdown\", "
|
_data="$_data\"parse_mode\": \"markdown\", "
|
||||||
_data="$_data\"disable_web_page_preview\": \"1\"}"
|
_data="$_data\"disable_web_page_preview\": \"1\"}"
|
||||||
|
|
||||||
|
_debug "$_data"
|
||||||
|
|
||||||
export _H1="Content-Type: application/json"
|
export _H1="Content-Type: application/json"
|
||||||
_telegram_bot_url="https://api.telegram.org/bot${TELEGRAM_BOT_APITOKEN}/sendMessage"
|
_telegram_bot_url="https://api.telegram.org/bot${TELEGRAM_BOT_APITOKEN}/sendMessage"
|
||||||
if _post "$_data" "$_telegram_bot_url"; then
|
if _post "$_data" "$_telegram_bot_url"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user