mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
fixed typo
This commit is contained in:
parent
162de68b21
commit
71db90cc11
@ -24,8 +24,8 @@ if query == "set=beta" then
|
|||||||
delimages = true
|
delimages = true
|
||||||
end
|
end
|
||||||
elseif query == "set=std" then
|
elseif query == "set=std" then
|
||||||
local tmp = io.open("/config/updateserver","r")
|
local file = io.open("/config/updateserver","r")
|
||||||
if tmp then
|
if file then
|
||||||
file:close()
|
file:close()
|
||||||
os.remove("/config/updateserver")
|
os.remove("/config/updateserver")
|
||||||
delimages = true
|
delimages = true
|
||||||
|
Loading…
Reference in New Issue
Block a user