View Single Post
Old 11-22-2020, 12:40 PM   #2
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
There's massive I/O redirections involved in KUAL, so I'm not suite sure this'll ever work, period.

EDIT: (This is what actually ends up being passed to ash -c after being wrapped in an actual shell script).

That said, you definitely should not be doing that straight from an action. Do that in a shell script, and run *that* instead.
That should allow you to deal more sanely with any I/O redirection constraints, and possibly background more sanely so you don't block the UI, because I also don't remember how that's dealt with, but that was never the intended usecase .

EDITē: Well, the action is force-backgrounded anyway, see above edit ;p.

Last edited by NiLuJe; 11-22-2020 at 12:46 PM.
NiLuJe is offline   Reply With Quote