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:
parent
977f88c293
commit
11b3c7d2ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user