From 11b3c7d2ec262d1849d18817287e5043854763fd Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 5 Nov 2015 00:17:54 -0500 Subject: [PATCH] correct a typo --- xCAT-server/share/xcat/install/scripts/post.xcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.xcat b/xCAT-server/share/xcat/install/scripts/post.xcat index 976dd10db..dd4e1c0fd 100755 --- a/xCAT-server/share/xcat/install/scripts/post.xcat +++ b/xCAT-server/share/xcat/install/scripts/post.xcat @@ -150,7 +150,7 @@ run_ps () { bash -x ./\$@ 2>&1 | tee -a \$logfile | logger -t xcat -p debug ret_local=\${PIPESTATUS[0]} else - ./\$@ 2>&1 | tee -a \$logfile | | logger -t xcat -p debug + ./\$@ 2>&1 | tee -a \$logfile | logger -t xcat -p debug ret_local=\${PIPESTATUS[0]} fi else