diff options
Diffstat (limited to 'templates/show/interfaces/ethernet')
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/statistics/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/statistics/node.def b/templates/show/interfaces/ethernet/node.tag/statistics/node.def index 0c66031..5414715 100644 --- a/templates/show/interfaces/ethernet/node.tag/statistics/node.def +++ b/templates/show/interfaces/ethernet/node.tag/statistics/node.def @@ -1,4 +1,3 @@ help: Show physical device statistics for specified ethernet interface allowed: "" -run: ethtool -S "$4" - +run: /usr/sbin/ethtool -S "$4" |