From 6b27cb40292a94c9b45a4c0af1e0b4ae97e5fb1f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 20:27:57 +0100 Subject: launch john --- listener.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listener.lua') 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") -- cgit v1.2.3