commit | 71c3c40c269a50303247855319d1d3a5d30f6773 | [log] [tgz] |
---|---|---|
author | Bence Romsics <bence.romsics@gmail.com> | Wed Dec 21 13:50:54 2022 +0100 |
committer | Bence Romsics <bence.romsics@gmail.com> | Wed Jan 25 11:38:11 2023 +0100 |
tree | c2dc5ed32d6896c3cde22b166e4bd67489d188f5 | |
parent | 864f4d1ef05e3e539d3537fa4c8d731df9571c9d [diff] |
'sudo pkill -f' should not match the sudo process pkill already takes care that it does not kill itself, however the same problem may happen with 'sudo pkill -f' killing sudo. Use one of the usual regex tricks to avoid that. Change-Id: Ic6a94f516cbc509a2d77699494aa7bcaecf96ebc Closes-Bug: #1999395