diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index acfac42df9..9d2b5718d2 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -85,10 +85,10 @@ --polycom if (vendor == "polycom") then if (command == "reboot") then - event:addHeader('event-string', 'check-sync;reboot=true'); + event:addHeader('event-string', 'check-sync'); end if (command == "check_sync") then - event:addHeader('event-string', 'check-sync;reboot=false'); + event:addHeader('event-string', 'check-sync'); end end @@ -107,7 +107,7 @@ event:addHeader('event-string', 'check-sync;reboot=true'); end if (command == "check_sync") then - event:addHeader('event-string', 'check-sync;reboot=false'); + event:addHeader('event-string', 'check-sync;reboot=true'); end end