Fix analyse ports

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4485/head
Christian König 2 years ago
parent ef30a85afb
commit 9f0e0dbd37
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -327,7 +327,7 @@ statusFunc() {
port="$(lsof -Pni UDP -p ${pid} -a | grep -m1 : | awk -F ":" '{print $2}')"
listening="$(lsof -Pni:53)"
if [[ ! -z "$port" ]]; then
if [[ "${1}" != "web" ]]; then
if [[ "${1}" != "web" ]] && [[ "$port" -eq 53 ]]; then
analyze_ports "${listening}"
fi
else

Loading…
Cancel
Save