diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-07 23:32:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 23:32:27 +0000 |
commit | 29db0d04ceec3ef4a869d8809f06b89051a3d430 (patch) | |
tree | 43a2a320b5358460d950fb116f9cc751bd2fa0da /templates/ping | |
parent | 2c1d2a03e950112bff995e6070020a7f74912b35 (diff) | |
parent | 77b4dc894551a6ff52d825799ea75ec0f3603074 (diff) | |
download | vyatta-op-29db0d04ceec3ef4a869d8809f06b89051a3d430.tar.gz vyatta-op-29db0d04ceec3ef4a869d8809f06b89051a3d430.zip |
Merge branch 'current' into current
Diffstat (limited to 'templates/ping')
-rw-r--r-- | templates/ping/node.tag/node.tag/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ping/node.tag/node.tag/node.def b/templates/ping/node.tag/node.tag/node.def index cca366b..a231d68 100644 --- a/templates/ping/node.tag/node.tag/node.def +++ b/templates/ping/node.tag/node.tag/node.def @@ -1,3 +1,3 @@ help: Ping options -allowed: /opt/vyatta/bin/ping --get-options "${COMP_WORDS[@]}" -run: /opt/vyatta/bin/ping ${@:2} +allowed: ${vyatta_bindir}/ping --get-options "${COMP_WORDS[@]}" +run: ${vyatta_bindir}/ping ${@:2} |