increased verbosity in various scripts, and do not run xargs kill when argument is empty (cleaner and clearer stderr messages)
This commit is contained in:
parent
ca88d3029e
commit
1608ab1ae4
8 changed files with 39 additions and 28 deletions
|
@ -78,7 +78,7 @@ monitorforaddordelnotifs() {
|
|||
done
|
||||
}
|
||||
|
||||
pgrep -f "$(command -v sxmo_notificationmonitor.sh)" | grep -Ev "^${$}$" | xargs kill
|
||||
pgrep -f "$(command -v sxmo_notificationmonitor.sh)" | grep -Ev "^${$}$" | xargs -r kill
|
||||
rm -f "$NOTIFDIR"/incomingcall
|
||||
recreateexistingnotifs
|
||||
syncled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue