2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/platform/kobo
NiLuJe 02fcb9037b Fix startup scripts.
Thanks to @Markismus's questions, I realized that some of what i thought
was true, wasn't.

First, pkill is a terrible idea to check for interpreted scripts.
Second, pidof is also potentially not that great for interpreted
scripts, because it'll only work with a shebang, and one that is
following the Linux syntax.
We don't have the full version with the -x to paper over that,
so use pgrep -f instead.

cf.
a736a571d2 (commitcomment-10948910)
for the gory details.
2015-04-28 21:07:25 +02:00
..
fmon Minor pass of cleanup of the Kobo scripts. 2015-04-26 20:46:30 +02:00
koreader.sh Fix startup scripts. 2015-04-28 21:07:25 +02:00
nickel.sh Guess what? More comments ^^. 2015-04-27 13:04:52 +02:00
suspend.sh Minor pass of cleanup of the Kobo scripts. 2015-04-26 20:46:30 +02:00