close popen filehandles

This commit is contained in:
Simon Voordouw 2017-07-06 18:10:31 +02:00
parent 634465fdd6
commit e5de852087
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ local function getCurrentPrint()
end
local function stopFetch()
io.popen("killall print-fetch")
io.popen("rm /tmp/startcode /tmp/endcode")
io.popen("killall print-fetch"):close()
io.popen("rm /tmp/startcode /tmp/endcode"):close()
end
function M.progress(request, response)