2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

Remove trailing spaces in file xCAT/postscripts/xcatflowrequest

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 1e6fb17ae4
commit 82f2be8c10

View File

@@ -74,7 +74,7 @@ while ! grep 'resourcerequest: ok' /tmp/goahead.$parpid > /dev/null; do
if [ $RETRY -eq $MAX_RETRIES ]
then
cleanup
exit 2
exit 2
fi
done