diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 14:39:14 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 14:39:14 -0700 |
commit | 5471d0359de347017c618076cf0f17a06f764952 (patch) | |
tree | ce3511a9609b8f62ca9366a881ad5b64ad5b8506 | |
parent | 04ff16ae2bad256b0990fbe970a168817c3b051b (diff) | |
download | vyatta-cfg-5471d0359de347017c618076cf0f17a06f764952.tar.gz vyatta-cfg-5471d0359de347017c618076cf0f17a06f764952.zip |
allow xorp_tmpl_tool output (for 'show configuration')
-rwxr-xr-x | scripts/xorp_tmpl_tool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xorp_tmpl_tool b/scripts/xorp_tmpl_tool index db5589a..54c87bb 100755 --- a/scripts/xorp_tmpl_tool +++ b/scripts/xorp_tmpl_tool @@ -84,7 +84,7 @@ case "$1" in rm -rf $XORP_LOCK >&/dev/null ;; test) - "${@:2}" >>${XORPLOGFILE} 2>>${MYCMDERRLOGFILE} + "${@:2}" RET_STATUS=$? ;; cleanup) |