mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-25 13:24:33 +02: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;
|
$WaitFullyConnected;
|
||||||
|
|
||||||
:if ($MailServerIsUp = false) do={
|
:if ([ $MailServerIsUp ] = false) do={
|
||||||
$LogPrintExit warning "Mail server is not up." true;
|
$LogPrintExit warning "Mail server is not up." true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue