From 7fe3aac2bb5a157fa34aa2a9661982b910f8f4da Mon Sep 17 00:00:00 2001 From: ednt Date: Tue, 26 Jun 2018 19:45:12 +0200 Subject: [PATCH] Update index.lua (#3196) A reboot for snom provisioning is not needed. --- resources/install/scripts/app/event_notify/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index 317fccf78d..54a6ed46f5 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -161,7 +161,7 @@ event:addHeader('event-string', 'check-sync;reboot=true'); end if (command == "check_sync") then - event:addHeader('event-string', 'check-sync;reboot=true'); + event:addHeader('event-string', 'check-sync;reboot=false'); end end