1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

mod/notification-email: fix typo

This commit is contained in:
Christian Hesse
2022-11-17 22:10:52 +01:00
parent 7594345da8
commit 9f02f04334

View File

@@ -21,7 +21,7 @@
:local QueueLen [ :len $EmailQueue ];
: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;
}