Skip to content

Commit

Permalink
Fix Chromium process not being killed (#602)
Browse files Browse the repository at this point in the history
* Fix Chromium process not being killed
  • Loading branch information
francescopeluso authored Nov 14, 2024
1 parent 7749429 commit c1d1e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
killall /usr/lib/chromium-browser/chromium-browser
killall /usr/lib/chromium/chromium

1 comment on commit c1d1e17

@SamueleStabile
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job

Please sign in to comment.