Random Project

tip for openvpn

I changed the following line to avoid problems with services containing “open” in the name, e.g.: openvpn

if [ `echo $f_result | egrep -c ‘udp open’` -gt 0 ]; then