diff options
Diffstat (limited to 'templates/show/interfaces')
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/identify/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/identify/node.def b/templates/show/interfaces/ethernet/node.tag/identify/node.def index 3bbd413..d94172f 100644 --- a/templates/show/interfaces/ethernet/node.tag/identify/node.def +++ b/templates/show/interfaces/ethernet/node.tag/identify/node.def @@ -1,2 +1,2 @@ help: Visually identify the specified Ethernet interface -run: ${vyatta_bindir}/vyatta-identify-interface.pl "$4" +run: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl "$4" |