fixed typo

This commit is contained in:
mvoelkel 2015-09-11 17:46:26 +02:00
parent 162de68b21
commit 71db90cc11
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ if query == "set=beta" then
delimages = true
end
elseif query == "set=std" then
local tmp = io.open("/config/updateserver","r")
if tmp then
local file = io.open("/config/updateserver","r")
if file then
file:close()
os.remove("/config/updateserver")
delimages = true