diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:50:50 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:50:50 -0500 |
commit | 773764f6ca25dc5e9fbb36d3c5d216dc5ddb1612 (patch) | |
tree | 7931ecdc467883245da673dd1c23c14719525782 | |
parent | c247ec73773867bde146633ff896cbd47d23740a (diff) | |
download | vyatta-op-773764f6ca25dc5e9fbb36d3c5d216dc5ddb1612.tar.gz vyatta-op-773764f6ca25dc5e9fbb36d3c5d216dc5ddb1612.zip |
Bugfix 7285: remove coloring of error
-rw-r--r-- | templates/show/interfaces/bonding/node.tag/vif/node.def | 5 | ||||
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/vif/node.def | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/templates/show/interfaces/bonding/node.tag/vif/node.def b/templates/show/interfaces/bonding/node.tag/vif/node.def index 2b74427..3a9e1ab 100644 --- a/templates/show/interfaces/bonding/node.tag/vif/node.def +++ b/templates/show/interfaces/bonding/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number; + diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.def index 2b74427..b87bd73 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.def @@ -1,4 +1,2 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; |