This commit is contained in:
Igor Timofeev 2019-01-20 22:24:17 +03:00
parent 3dc5992912
commit 83624178bf

View File

@ -423,7 +423,7 @@ addStage(function()
for i = 1, #list do
path = "/" .. list[i]
if proxy ~= temporaryFilesystemProxy or path ~= installerPath then
if proxy.address ~= temporaryFilesystemProxy.address or path ~= installerPath then
proxy.remove(path)
end
end