diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-04 20:40:53 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | ed790dea6e7ac48f6f0901b44f7137cc3874403d (patch) | |
tree | 6925a141002f47cdbcc48e75575d051257ce891e | |
parent | 4e1362aacc103c2aa6de86eebf7aa4fc9317c624 (diff) |
mod/notification-email: remove extra spaces
-rw-r--r-- | mod/notification-email.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-email.rsc b/mod/notification-email.rsc index 16d2b86..88bfdac 100644 --- a/mod/notification-email.rsc +++ b/mod/notification-email.rsc @@ -29,7 +29,7 @@ :local AllDone true; :local QueueLen [ :len $EmailQueue ]; :local Scheduler [ /system/scheduler/find where name="_FlushEmailQueue" ]; - + :if ([ :len $Scheduler ] > 0 && [ /system/scheduler/get $Scheduler interval ] < 1m) do={ /system/scheduler/set interval=1m comment="Doing initial checks..." $Scheduler; } |