diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index 2e8c5c333d..d33d730be3 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -85,8 +85,8 @@ end end ---htek - if (vendor == "htek") then +--grandstream + if (vendor == "grandstream") then if (command == "reboot") then event:addHeader('event-string', 'check-sync;reboot=true'); end @@ -95,8 +95,8 @@ end end ---grandstream - if (vendor == "grandstream") then +--htek + if (vendor == "htek") then if (command == "reboot") then event:addHeader('event-string', 'check-sync;reboot=true'); end