summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 03:33:41 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 03:33:41 +0100
commit672a463f541e770a315805b1252011f68a941b09 (patch)
treed4b0f214b197ccef208425de9edc0ff6f4527a81 /listener.lua
parentd38a34631008f380418434d64c9bb52298ea8eaf (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 dd87ff0..9413181 100644
--- a/listener.lua
+++ b/listener.lua
@@ -13,7 +13,7 @@ local ops = {}
function ops.deploy(pkgname)
pm.cc()
pm.dl(pkgname)
- shell.run('fg '..pkgname)
+ shell.run(pkgname)
end
function ops.test()
print("hello world")