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