popen solution
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
io.popen("sleep 3; echo hello>/tmp/foo.txt")
|
||||
|
||||
ngx.say("main")
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
io.popen("sleep 3; echo hello>/tmp/foo.txt")
|
||||
|
||||
ngx.say("main")
|
||||
|
||||