summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-10-24 14:39:14 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2007-10-24 14:39:14 -0700
commit5471d0359de347017c618076cf0f17a06f764952 (patch)
treece3511a9609b8f62ca9366a881ad5b64ad5b8506
parent04ff16ae2bad256b0990fbe970a168817c3b051b (diff)
downloadvyatta-cfg-5471d0359de347017c618076cf0f17a06f764952.tar.gz
vyatta-cfg-5471d0359de347017c618076cf0f17a06f764952.zip
allow xorp_tmpl_tool output (for 'show configuration')
-rwxr-xr-xscripts/xorp_tmpl_tool2
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)