awk durch cat ersetzt in wg_srop
This commit is contained in:
parent
bcc362c007
commit
4e89053a79
2
wg_stop
2
wg_stop
@ -40,5 +40,5 @@ WG_PIC="/home/$USER/.icons/"
|
|||||||
--text=$"<span color='#0fad0a'><b>"$VALUE" Connection</b></span><span> <b>disconnected</b></span>"
|
--text=$"<span color='#0fad0a'><b>"$VALUE" Connection</b></span><span> <b>disconnected</b></span>"
|
||||||
fi
|
fi
|
||||||
done
|
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
|
kill $lines
|
Loading…
x
Reference in New Issue
Block a user