diff options
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/physical/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/physical/node.def index 98f0170..72341c5 100644 --- a/templates/show/interfaces/ethernet/node.tag/physical/node.def +++ b/templates/show/interfaces/ethernet/node.tag/physical/node.def @@ -1,3 +1,3 @@ help: Show physical device information of given ethernet interface allowed: "" -run: sudo ${vyatta_bindir}/sudo-users/ethtool $4; sudo ${vyatta_bindir}/sudo-users/ethtool -i $4 +run: /usr/sbin/ethtool $4; /usr/sbin/ethtool -i $4 |