mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
aefae
This commit is contained in:
parent
a41aa3c679
commit
85050aebc5
@ -422,7 +422,8 @@ addStage(function()
|
||||
local list, path = proxy.list("/")
|
||||
for i = 1, #list do
|
||||
path = "/" .. list[i]
|
||||
if path ~= installerPath then
|
||||
|
||||
if proxy.address ~= temporaryFilesystemProxy.address or path ~= installerPath then
|
||||
proxy.remove(path)
|
||||
end
|
||||
end
|
||||
@ -514,7 +515,7 @@ addStage(function()
|
||||
|
||||
-- Creating system paths
|
||||
paths.create(paths.system)
|
||||
|
||||
|
||||
local userProperties, userPaths = system.createUser(
|
||||
usernameInput.text,
|
||||
filesystemHideExtension(filesystemName(files.localizations[localizationComboBox.selectedItem])),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user