Fix. event_socket_mkdir for Windows system. (#1724)
This commit is contained in:
committed by
FusionPBX
parent
2f9c1a7c9f
commit
65d9424078
@@ -0,0 +1,7 @@
|
||||
require "resources.functions.mkdir"
|
||||
|
||||
local path = argv[1]
|
||||
|
||||
if path and #path > 0 then
|
||||
mkdir(path)
|
||||
end
|
||||
Reference in New Issue
Block a user