diff options
Diffstat (limited to 'global-functions.d/notification-matrix')
-rw-r--r-- | global-functions.d/notification-matrix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.d/notification-matrix b/global-functions.d/notification-matrix index 962924e..a2f7af0 100644 --- a/global-functions.d/notification-matrix +++ b/global-functions.d/notification-matrix @@ -135,7 +135,7 @@ plain=$Plain; formatted=$Formatted }; :if ([ :len [ / system scheduler find where name="FlushMatrixQueue" ] ] = 0) do={ / system scheduler add name=FlushMatrixQueue interval=1m start-time=startup \ - on-event=":global FlushMatrixQueue; \$FlushMatrixQueue;"; + on-event=(":global FlushMatrixQueue; \$FlushMatrixQueue;"); } } } |