diff --git a/MineOS/.DS_Store b/MineOS/.DS_Store index 9ad041fe..8625294b 100644 Binary files a/MineOS/.DS_Store and b/MineOS/.DS_Store differ diff --git a/MineOS/EFI.lua b/MineOS/EFI.lua index be973ec2..bbbdeead 100755 --- a/MineOS/EFI.lua +++ b/MineOS/EFI.lua @@ -115,7 +115,7 @@ local function waitForAlt(t,dr) local a=menu("Drive \""..dr[d].address.."\"",{"Set as bootable", "Format", "Back"}) if a==1 then l();bt(dr[d]);return - elseif a==2 and not not dr[d].isReadOnly() then + elseif a==2 and not dr[d].isReadOnly() then for _,file in pairs(dr[d].list("/")) do dr[d].remove("/"..file) end;cm.shutdown(true) end end