diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 17:15:42 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 17:15:42 -0800 |
commit | 07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f (patch) | |
tree | 12a1f4b532d782cfd38130dacf2544d2da566a81 | |
parent | d42a74a362166b3a35ae566921039d50e14e8203 (diff) | |
download | vyatta-op-07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f.tar.gz vyatta-op-07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f.zip |
Revert "no longer need sudo for ethtool"
This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1.
-rwxr-xr-x | scripts/vyatta-show-interfaces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-interfaces b/scripts/vyatta-show-interfaces index 112f35b..75d0815 100755 --- a/scripts/vyatta-show-interfaces +++ b/scripts/vyatta-show-interfaces @@ -110,7 +110,7 @@ _show_itf_physical () { if type -t ethtool &>/dev/null ; then for eth ; do - ethtool $eth + sudo ethtool $eth echo done fi |