sane-wipe-browser: dont call pkill with sudo

This commit is contained in:
Colin 2024-02-28 10:36:13 +00:00
parent 3816393e06
commit ab6e362f0c
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ wipe_browser() {
|| true # in case no matches
# browsers like to stick around in the background so they can load faster
sudo pkill brave || true
sudo pkill epiphany || true
sudo pkill firefox || true
sudo pkill librewolf || true
pkill brave || true
pkill epiphany || true
pkill firefox || true
pkill librewolf || true
}
wipe_dino() {