This function is not being used.

This commit is contained in:
FusionPBX
2022-05-24 16:12:29 -06:00
committed by GitHub
parent fdbaefa2cf
commit 2326d79113

View File

@@ -49,16 +49,6 @@
--define the run file
run_file = scripts_dir .. "/run/call_flow_monitor.tmp";
--define the functions
--shell return results
function shell(c)
local o, h
h = assert(io.popen(c,"r"))
o = h:read("*all")
h:close()
return o
end
--used to stop the lua service
local file = assert(io.open(run_file, "w"));
file:write("remove this file to stop the script");