diff options
Diffstat (limited to 'templates/show/interfaces')
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/identify/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/physical/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/identify/node.def b/templates/show/interfaces/ethernet/node.tag/identify/node.def index c0082e1..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: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl $4 +run: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/physical/node.def index 98f0170..389378b 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: sudo ${vyatta_bindir}/sudo-users/ethtool "$4"; sudo ${vyatta_bindir}/sudo-users/ethtool -i "$4" |