remove update mit kill pid

This commit is contained in:
Désiré Werner Menrath 2023-11-16 09:17:23 +01:00
parent c1006a716e
commit 93bd95d039

3
wire_g
View File

@ -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