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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user