mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
global-functions: $SendTelegram: always return a value
... overwise it opens a prompt "value:".
This commit is contained in:
parent
40970fb738
commit
a598cca2da
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ :len $TelegramTokenId ] = 0 || [ :len $ChatId ] = 0) do={
|
:if ([ :len $TelegramTokenId ] = 0 || [ :len $ChatId ] = 0) do={
|
||||||
:return;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$CertificateAvailable "Go Daddy Secure Certificate Authority - G2";
|
$CertificateAvailable "Go Daddy Secure Certificate Authority - G2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue