Skip to content

Commit c1d1e17

Browse files
Fix Chromium process not being killed (#602)
* Fix Chromium process not being killed
1 parent 7749429 commit c1d1e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
killall /usr/lib/chromium-browser/chromium-browser
2+
killall /usr/lib/chromium/chromium

0 commit comments

Comments
 (0)