diff options
-rw-r--r-- | net/ethtool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool.sh b/net/ethtool.sh index 4e104092..6023d749 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -39,7 +39,7 @@ ethtool_pre_start() { args_pretty="--${opt} $IFACE ${args_pretty}" args="--${opt} $IFACE ${args}" ebegin "ethtool ${args_pretty}" - $(_ethtool) ${args} + ethtool ${args} rc=$? eend $rc "ethtool exit code $rc" # TODO: ethtool has MANY different exit codes, with no |