]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Hide "Cannot open ENABLED" 2nd try.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 16 Jun 2010 21:24:38 +0000 (23:24 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 16 Jun 2010 21:24:38 +0000 (23:24 +0200)
grrrr

src/initscripts/init.d/networking/red.up/50-ovpn

index 6008fdd4aeb47007cad8eba15094e92288ba11fb..a53b9207c827fbafddf7daff8a580827e9084251 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-/usr/local/bin/openvpnctrl -s > /dev/null
+/usr/local/bin/openvpnctrl -s > /dev/null 2>&1
 
 exit 0