remove update mit kill pid
This commit is contained in:
3
wire_g
3
wire_g
@ -138,7 +138,8 @@ remove(){
|
||||
|
||||
if [ "$SELECTION" = "$ACTIVE" ]
|
||||
then
|
||||
pkill yad
|
||||
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}Notify_PID.txt) ) # Dies zeigt auf die richtige pid
|
||||
kill $lines
|
||||
fi }
|
||||
|
||||
# function end
|
||||
|
Reference in New Issue
Block a user