mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-21 19:34:41 +02:00
global-functions: replace deprecated keep-result=no with output=none
This commit is contained in:
parent
c7034ca5af
commit
5741924cf9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
:if ([ :len $TelegramTokenId ] > 0 && [ :len $TelegramChatId ] > 0) do={
|
||||
$CertificateAvailable "Go Daddy Secure Certificate Authority - G2";
|
||||
:do {
|
||||
/ tool fetch check-certificate=yes-without-crl keep-result=no http-method=post \
|
||||
/ tool fetch check-certificate=yes-without-crl output=none http-method=post \
|
||||
("https://api.telegram.org/bot" . $TelegramTokenId . "/sendMessage") \
|
||||
http-data=("chat_id=" . $TelegramChatId . "&disable_notification=" . $Silent . \
|
||||
"&text=" . [ $UrlEncode ("[" . $Identity . "] " . $Subject . "\n\n" . $Message) ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue