mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $SendTelegram: always return a value
... overwise it opens a prompt "value:".
This commit is contained in:
@@ -591,7 +591,7 @@
|
||||
}
|
||||
|
||||
:if ([ :len $TelegramTokenId ] = 0 || [ :len $ChatId ] = 0) do={
|
||||
:return;
|
||||
:return false;
|
||||
}
|
||||
|
||||
$CertificateAvailable "Go Daddy Secure Certificate Authority - G2";
|
||||
|
Reference in New Issue
Block a user