mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-16 13:04:32 +02:00
mod/notification-email: fix typo
This commit is contained in:
parent
7594345da8
commit
9f02f04334
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
:local QueueLen [ :len $EmailQueue ];
|
:local QueueLen [ :len $EmailQueue ];
|
||||||
|
|
||||||
:if ([ /tool/e-mail/get last-status ] = "in-progress") do={
|
:if ([ /tool/e-mail/get last-status ] = "in-progress") do={
|
||||||
$LogPrintExit2 debug $0 ("Sending mail in currently in progress, not flushing.") false;
|
$LogPrintExit2 debug $0 ("Sending mail is currently in progress, not flushing.") false;
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue