Update index.lua

This commit is contained in:
FusionPBX 2018-02-22 12:47:47 -07:00 committed by GitHub
parent 1ec2d93eda
commit 791fc57f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
event:addHeader('host', row.server_address);
event:addHeader('content-type', 'application/simple-message-summary');
--check sync
event:addHeader('event-string', 'check-sync;reboot=true');
event:addHeader('event-string', 'check-sync;reboot='..reboot);
--send the event
event:fire();
end);