fix mmap call

pull/17694/head
absolutelightning 1 year ago
parent 27073a4abb
commit b4cf245dc2

@ -29,8 +29,6 @@ func makeBootstrapTemp(bootstrapJSON []byte) (string, error) {
} }
defer f.Unmap() defer f.Unmap()
f.Write(bootstrapJSON)
f.Sync()
// We can't wait for the process since we need to exec into Envoy before it // We can't wait for the process since we need to exec into Envoy before it
// will be able to complete so it will be remain as a zombie until Envoy is // will be able to complete so it will be remain as a zombie until Envoy is

Loading…
Cancel
Save