From 057692701594db0e5d60cf839994d15bb697c246 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 16 Oct 2016 21:10:52 +0300 Subject: [PATCH] =?UTF-8?q?=D1=85=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MineOS/.DS_Store | Bin 18436 -> 18436 bytes MineOS/EFI.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MineOS/.DS_Store b/MineOS/.DS_Store index 9ad041fedc6f27c90629b60779d9644d535e2d23..8625294bbd99bcd52867bdd55b37a8fa7e8942db 100644 GIT binary patch delta 301 zcmZpfz}PZ@ae@>R3)e&$V^KQ>1_l-e1_1_!e1<%R;+*2LfTWzwf{crqCmXo1Ozalk z+^(6#G;zJuRL;FM-V^J#x1_l-e1_1_!e1<%R;1J;Z z)azp0EXSyeT} 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