diff options
-rw-r--r-- | scripts/vyatta-identify-interface.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-identify-interface.pl b/scripts/vyatta-identify-interface.pl index 8837652..1903d06 100644 --- a/scripts/vyatta-identify-interface.pl +++ b/scripts/vyatta-identify-interface.pl @@ -44,7 +44,7 @@ if ($cpid == 0) { # child print "Interface $intf should be blinking now.\n"; print "Press Enter to stop...\n"; - exec("ethtool -p $intf"); + exec("/usr/sbin/ethtool -p $intf"); # not reachable exit 0; } else { |