From 3307d04e2096f0381e3cb2d819e3f697b6ad5313 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 20 May 2017 23:58:46 -0400 Subject: [PATCH] web running os --- sys/apps/Files.lua | 2 +- sys/network/snmp.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/apps/Files.lua b/sys/apps/Files.lua index dec14e4..f23a11d 100644 --- a/sys/apps/Files.lua +++ b/sys/apps/Files.lua @@ -287,7 +287,7 @@ function Browser:eventHandler(event) Event.exitPullEvents() elseif event.type == 'edit' and file then - self:run('sys/apps/shell', 'edit', file.name) + self:run('sys/apps/shell', '/sys/apps/edit.lua', file.name) elseif event.type == 'shell' then self:run('sys/apps/shell') diff --git a/sys/network/snmp.lua b/sys/network/snmp.lua index ef9f74c..0325f2b 100644 --- a/sys/network/snmp.lua +++ b/sys/network/snmp.lua @@ -95,7 +95,7 @@ end) process:newThread('discovery_server', function() device.wireless_modem.open(999) - os.sleep(1) -- allow services a chance to startup + --os.sleep(1) -- allow services a chance to startup print('discovery: listening on port 999') while true do