aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.d/notification-telegram
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions.d/notification-telegram')
-rw-r--r--global-functions.d/notification-telegram2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.d/notification-telegram b/global-functions.d/notification-telegram
index 4a05c9a..d8fe448 100644
--- a/global-functions.d/notification-telegram
+++ b/global-functions.d/notification-telegram
@@ -141,7 +141,7 @@
parsemode=$ParseMode; text=$Text; silent=($Notification->"silent") };
:if ([ :len [ / system scheduler find where name="FlushTelegramQueue" ] ] = 0) do={
/ system scheduler add name=FlushTelegramQueue interval=1m start-time=startup \
- on-event=":global FlushTelegramQueue; \$FlushTelegramQueue;";
+ on-event=(":global FlushTelegramQueue; \$FlushTelegramQueue;");
}
}
}