mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-18 07:34:23 +01:00
Make stop script compatible with chrome and chromium
This commit is contained in:
@@ -39,7 +39,7 @@ app_start(){
|
|||||||
app_stop(){
|
app_stop(){
|
||||||
echo "Killing all services..."
|
echo "Killing all services..."
|
||||||
killall java
|
killall java
|
||||||
killall chromium-browser
|
pkill -f -- "--type=renderer"
|
||||||
killall unclutter
|
killall unclutter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user