Update hangup_rx.lua
This commit is contained in:
parent
02bdd2e7aa
commit
57f6309744
|
|
@ -58,7 +58,6 @@
|
|||
end
|
||||
|
||||
-- escape shell arguments to prevent command injection
|
||||
|
||||
local function shell_esc(x)
|
||||
return ("'"..x:gsub('\\', '\\\\')
|
||||
:gsub('\'', '\\\'').."'")
|
||||
|
|
|
|||
Loading…
Reference in New Issue