mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
log-forward: fix usage of function
This commit is contained in:
@@ -22,7 +22,7 @@ $ScriptLock "log-forward";
|
||||
|
||||
$WaitFullyConnected;
|
||||
|
||||
:if ($MailServerIsUp = false) do={
|
||||
:if ([ $MailServerIsUp ] = false) do={
|
||||
$LogPrintExit warning ("Mail server is not up.") true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user