mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-11 13:42:38 +01:00
afaef
This commit is contained in:
parent
3dc5992912
commit
83624178bf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user