notify update

This commit is contained in:
Désiré Werner Menrath 2023-11-17 22:00:08 +01:00
parent 96eccbc7e4
commit 15bad92172

2
wire_g
View File

@ -63,7 +63,7 @@ wg_notify(){
# Schreib die pid von Notify in
pid=$(ps aux | grep yad | grep -v grep | awk '{print $2}')
echo $pid > ${WG_WDIR}for-kill_pid.txt
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}for-kill_pid.txt) ) # awk '{print $2}' heist, zeig mir nur die zweite Nummer an
#IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}for-kill_pid.txt) ) # awk '{print $2}' heist, zeig mir nur die zweite Nummer an
}