2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

correct a typo

This commit is contained in:
immarvin 2015-11-05 00:17:54 -05:00
parent 977f88c293
commit 11b3c7d2ec

View File

@ -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