notify update
This commit is contained in:
parent
96eccbc7e4
commit
15bad92172
2
wire_g
2
wire_g
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user