integrations - acme without shared folder when using k8s/swarm

This commit is contained in:
bunkerity
2021-10-12 16:58:13 +02:00
parent 00d91dcaaa
commit 4e45fa3874
8 changed files with 30 additions and 26 deletions

View File

@@ -88,7 +88,7 @@ function M.save_file (name)
return false
end
form:set_timeout(1000)
file = io.open(name, "w")
local file = io.open(name, "w")
while true do
local typ, res, err = form:read()
if not typ then