From 9347063647d0b8f32b9bde0200382776b3be3216 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 20 Jan 2026 16:18:07 +0100 Subject: [PATCH] global-functions: enable scheduler if disabled --- global-functions.rsc | 1 + 1 file changed, 1 insertion(+) diff --git a/global-functions.rsc b/global-functions.rsc index 4b052bc4..7c40632c 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -1927,6 +1927,7 @@ add name="global-scripts" start-time=startup; } set on-event=$OnEvent [ find where name="global-scripts" on-event!=$OnEvent ]; + enable [ find where name="global-scripts" disabled ]; } # Log success