diff options
Diffstat (limited to 'distro/rpm/openvpn.init.d.rhel')
-rwxr-xr-x | distro/rpm/openvpn.init.d.rhel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/rpm/openvpn.init.d.rhel b/distro/rpm/openvpn.init.d.rhel index cdf3e9d..bfde221 100755 --- a/distro/rpm/openvpn.init.d.rhel +++ b/distro/rpm/openvpn.init.d.rhel @@ -91,7 +91,7 @@ work=/etc/openvpn . /etc/sysconfig/network # Check that networking is up. -if [ ${NETWORKING} = "no" ] +if [ "${NETWORKING}" = "no" ] then echo "Networking is down" exit 0 |