fix remove

This commit is contained in:
Désiré Werner Menrath 2023-11-17 22:25:16 +01:00
parent 7a0923d1a5
commit 93fdda226d

1
wire_g
View File

@ -149,6 +149,7 @@ remove(){
if [ "$SELECTION" = "$ACTIVE" ]
then
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}for-kill_pid.txt) )
kill $lines
fi }