summaryrefslogtreecommitdiff
path: root/net/ccwgroup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/ccwgroup.sh')
-rw-r--r--net/ccwgroup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ccwgroup.sh b/net/ccwgroup.sh
index 9716c3c..aaf7de6 100644
--- a/net/ccwgroup.sh
+++ b/net/ccwgroup.sh
@@ -21,7 +21,7 @@ ccwgroup_load_modules()
# verify the specific interface is supported
if [ ! -d /sys/bus/ccwgroup/drivers/$1 ] ; then
- modprobe $1 >& /dev/null
+ modprobe $1 >/dev/null 2>&1
if [ ! -d /sys/bus/ccwgroup/drivers/$1 ] ; then
eerror "$1 support missing in kernel"
return 1