View Single Post
Posts: 145 | Thanked: 32 times | Joined on Dec 2007
#7
Here's another problem (not with the script though).

If the battery is fully charged then the battery-status
app hangs when run and returns no value and does not
exit.

A workaround that would avoid having instances of
battery-status accumulate might be to add something
like

Code:
killall battery-status
after the sleep 600 line ...