Make stop script compatible with chrome and chromium

This commit is contained in:
Oliver Gugger
2019-08-09 16:27:19 +02:00
parent fa6fc8dc6a
commit 5483d13e3e

View File

@@ -39,7 +39,7 @@ app_start(){
app_stop(){
echo "Killing all services..."
killall java
killall chromium-browser
pkill -f -- "--type=renderer"
killall unclutter
}