sxmo-utils/scripts
Jochen Sprickerhof 7239b2c362 Use pkill -f for $KEYBOARD
Some pkill implementations match on /proc/pid/stat which is limited to
15 characters [1]. $KEYBOARD defaults to svkbd-mobile-intl which is more
then 15 characters, so use -f to match the full string. Note that sxmo
uses busybox pkill by default which does not have this limit.

[1] https://manpages.debian.org/buster/procps/pgrep.1.en.html (Notes)

Signed-off-by: Anjandev Momi <anjan@momi.ca>
2021-05-11 19:54:11 +00:00
..
appscripts failed attempt to fix shellcheck broke script, reverting 2021-03-22 20:06:48 +01:00
core Use pkill -f for $KEYBOARD 2021-05-11 19:54:11 +00:00
deviceprofiles Add shebang for target shell 2021-04-23 17:23:43 -04:00
modem minor shellcheck fixes after applying latest patches 2021-04-23 19:23:06 +02:00
notifications Call common script, moved icons to common script, removed unnecessary aliases from common (let's add them only when there are conflicts), made sure plays along with shellcheck 2021-02-01 18:32:32 +01:00