minor shellcheck fixes after applying latest patches
This commit is contained in:
parent
92561f7d7e
commit
b5e5387121
3 changed files with 5 additions and 5 deletions
|
@ -25,14 +25,14 @@ finish() {
|
|||
echo "sxmo_modemcall: $1">&2
|
||||
notify-send "$1"
|
||||
fi
|
||||
[ -n "$LOCKPID" ] && kill $LOCKPID
|
||||
[ -n "$LOCKPID" ] && kill "$LOCKPID"
|
||||
pkill -9 dmenu
|
||||
exit 1
|
||||
}
|
||||
|
||||
gracefulexit() {
|
||||
kill $MAINPID
|
||||
wait $MAINPID
|
||||
kill "$MAINPID"
|
||||
wait "$MAINPID"
|
||||
finish "Call ended"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue