From d38a34631008f380418434d64c9bb52298ea8eaf Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 03:32:56 +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 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") -- cgit v1.2.3