From cad641241d1dc758830097839b271860ce76e3f6 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 11 Nov 2013 09:17:10 +0800 Subject: [PATCH] fix for bug 4369: fix the missing info in xcat.log on Ubuntu --- xCAT-server/share/xcat/install/scripts/post.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.ubuntu b/xCAT-server/share/xcat/install/scripts/post.ubuntu index aba91af0d..d9eb677f2 100644 --- a/xCAT-server/share/xcat/install/scripts/post.ubuntu +++ b/xCAT-server/share/xcat/install/scripts/post.ubuntu @@ -125,7 +125,7 @@ run_ps () { echo "\"\`date\` Running postscript: \$@\"" | tee -a \$logfile #./\$@ 2>&1 1> /tmp/tmp4xcatlog #cat /tmp/tmp4xcatlog | tee -a \$logfile - ./\$@ 2>&1 | tee -a $logfile + ./\$@ 2>&1 | tee -a \$logfile ret_local=\${PIPESTATUS[0]} if [ \"\$ret_local\" -ne \"0\" ]; then return_value=\$ret_local