View Single Post
Old 05-16-2014, 06:44 PM   #182
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Cykotitan View Post
I have just found out the code for hiding the options is in place and runs every time the menu is called (kindlemenu.sh calls a different Bash script):
Code:
/mnt/us/extensions/kindlemenu/bin/sh/clean_launchers.sh &
What I'm not sure is, how does it manage to only work part of the time?
That command is being run in the background as a shell job (see: &)

So check if it is being run more than once at a time, or not checking that the prior invocation has completed, or .....
All/Any of those things that can go wrong with the logic of an async task and the main task.
knc1 is offline   Reply With Quote