diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-30 13:44:40 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-30 13:44:40 -0700 |
commit | e987d4d534ea2f1873658c08501fa21b4d3960bb (patch) | |
tree | f913da231fde2ea4cfa3ea00803712213edab5b1 /templates/show/tcp/all/node.def | |
parent | 660670e2232546c94da9785757c2c506349be6f5 (diff) | |
download | vyatta-op-e987d4d534ea2f1873658c08501fa21b4d3960bb.tar.gz vyatta-op-e987d4d534ea2f1873658c08501fa21b4d3960bb.zip |
Need full path to ss command
Since command is not in normal users path, need to add full path
to ss command.
Diffstat (limited to 'templates/show/tcp/all/node.def')
-rw-r--r-- | templates/show/tcp/all/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/tcp/all/node.def b/templates/show/tcp/all/node.def index 52c3893..6aa1cae 100644 --- a/templates/show/tcp/all/node.def +++ b/templates/show/tcp/all/node.def @@ -1,2 +1,2 @@ help: show all TCP connections -run: ss -t -a +run: /sbin/ss -t -a |