made minimal dev deployer, moved script sudo calls to doas
This commit is contained in:
1
env/.local/bin/system/stbar/killbar.sh
vendored
1
env/.local/bin/system/stbar/killbar.sh
vendored
@@ -6,5 +6,4 @@ pids=$(ps -AO pid | awk '/stbar.sh|newsboat-fetch.sh/ {print $1}')
|
||||
echo $pids
|
||||
$(sleep 3 && xsetroot -name "") & disown
|
||||
|
||||
sudo kill -KILL $pids
|
||||
doas kill -KILL $pids
|
||||
|
||||
Reference in New Issue
Block a user