mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
log-forward: fix usage of function
This commit is contained in:
parent
b0db9c7d52
commit
d53cf3e8e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $ScriptLock "log-forward";
|
|||
|
||||
$WaitFullyConnected;
|
||||
|
||||
:if ($MailServerIsUp = false) do={
|
||||
:if ([ $MailServerIsUp ] = false) do={
|
||||
$LogPrintExit warning ("Mail server is not up.") true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue