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