mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
sms-forward: fix usage of function
This commit is contained in:
parent
d53cf3e8e7
commit
42289b6239
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
$WaitFullyConnected;
|
||||
|
||||
:if ($MailServerIsUp = false) do={
|
||||
:if ([ $MailServerIsUp ] = false) do={
|
||||
$LogPrintExit warning "Mail server is not up." true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue