From 141a350a969e10fbf7722881dcaaa80bd80e1980 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Mon, 9 Feb 2026 15:18:18 -0500 Subject: [PATCH] Change Fanvil event header for check_sync command (#7740) Fanvils don't provision from the web gui without this change. --- app/switch/resources/scripts/app/event_notify/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/event_notify/index.lua b/app/switch/resources/scripts/app/event_notify/index.lua index bfc1205b87..25bd6cbcac 100644 --- a/app/switch/resources/scripts/app/event_notify/index.lua +++ b/app/switch/resources/scripts/app/event_notify/index.lua @@ -111,7 +111,7 @@ event:addHeader('event-string', 'check-sync;reboot=true'); end if (command == "check_sync") then - event:addHeader('event-string', 'resync'); + event:addHeader('event-string', 'check-sync'); end end