mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	fixed typo
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user