Hide "Cannot read ENABLED" if red=static and openvpn disabled.

This commit is contained in:
Arne Fitzenreiter
2010-06-16 19:16:03 +02:00
parent 405401cba4
commit ed51f39bca
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
/usr/local/bin/openvpnctrl -s
/usr/local/bin/openvpnctrl -s > /dev/null
exit 0