summaryrefslogtreecommitdiff
path: root/scripts/vyatta-identify-interface.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-identify-interface.pl')
-rwxr-xr-xscripts/vyatta-identify-interface.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-identify-interface.pl b/scripts/vyatta-identify-interface.pl
index 0170b68..1cfdb36 100755
--- a/scripts/vyatta-identify-interface.pl
+++ b/scripts/vyatta-identify-interface.pl
@@ -41,7 +41,7 @@ if ($cpid == 0) {
# child
print "Interface $intf should be blinking now.\n";
print "Press Enter to stop...\n";
- exec("/usr/sbin/ethtool -p $intf");
+ exec("/sbin/ethtool -p $intf");
# not reachable
exit 0;
} else {