diff options
Diffstat (limited to 'scripts')
-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) |