mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-07 16:44:28 +02:00
telegram-chat: fix concatenation (and retry with delay)
Ups... 😳
This commit is contained in:
parent
a1abfedccd
commit
b6367b5df3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $WaitFullyConnected;
|
|||
} on-error={
|
||||
:if ($I < 4) do={
|
||||
$LogPrintExit2 debug $0 ("Fetch failed, " . $I . ". try.") false;
|
||||
:delay (($I * $I) "s");
|
||||
:delay (($I * $I) . "s");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue