1
0
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:
Christian Hesse
2020-09-28 19:56:45 +02:00
parent b0db9c7d52
commit d53cf3e8e7

View File

@@ -22,7 +22,7 @@ $ScriptLock "log-forward";
$WaitFullyConnected;
:if ($MailServerIsUp = false) do={
:if ([ $MailServerIsUp ] = false) do={
$LogPrintExit warning ("Mail server is not up.") true;
}