awk durch cat ersetzt in wg_srop

This commit is contained in:
Désiré Werner Menrath 2023-11-18 10:48:38 +01:00
parent bcc362c007
commit 4e89053a79

View File

@ -40,5 +40,5 @@ WG_PIC="/home/$USER/.icons/"
--text=$"<span color='#0fad0a'><b>"$VALUE" Connection</b></span><span> <b>disconnected</b></span>"
fi
done
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}for-kill_pid.txt) )
IFS=$'\n' lines=( $(cat ${WG_WDIR}for-kill_pid.txt) )
kill $lines