summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--john.lua2
-rw-r--r--listener.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/john.lua b/john.lua
index 4ae24dd..674ad42 100644
--- a/john.lua
+++ b/john.lua
@@ -44,7 +44,7 @@ function main()
h.close()
- os.sleep(15)
+ os.sleep(30)
end
end
diff --git a/listener.lua b/listener.lua
index 9413181..4574c77 100644
--- a/listener.lua
+++ b/listener.lua
@@ -13,7 +13,7 @@ local ops = {}
function ops.deploy(pkgname)
pm.cc()
pm.dl(pkgname)
- shell.run(pkgname)
+ shell.run('bg '..pkgname)
end
function ops.test()
print("hello world")