diff options
-rw-r--r-- | listener.lua | 2 |
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") |