Removed trivial command output

This commit is contained in:
Orazio 2019-11-18 12:42:04 +01:00
parent 34c10a81f3
commit 1ff6f7e9e8
2 changed files with 6 additions and 6 deletions

View file

@ -184,7 +184,7 @@ else
fi
fi
# grep -w (whole word) is used so port 111940 with now match when looking for 1194
# grep -w (whole word) is used so port 11940 won't match when looking for 1194
if netstat -uanpt | grep openvpn | grep -w "${pivpnPORT}" | grep -q "${pivpnPROTO}"; then
echo ":: [OK] OpenVPN is listening on port ${pivpnPORT}/${pivpnPROTO}"
else