summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 20:27:57 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 20:27:57 +0100
commit6b27cb40292a94c9b45a4c0af1e0b4ae97e5fb1f (patch)
tree804d1d50e888d3a6c932904422308768f0b3f4c3 /listener.lua
parent1cd1a31d1913ba91922ee86af442e17c560e4f31 (diff)
launch john
Diffstat (limited to 'listener.lua')
-rw-r--r--listener.lua2
1 files changed, 1 insertions, 1 deletions
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")