-Fix missing output from diagnostic message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5960 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
353d3571e3
commit
eaf4771f2f
@ -26,7 +26,7 @@ while [ $WAITING -gt 0 ]; do
|
||||
fi
|
||||
done
|
||||
if [ $WAITING -gt 0 ]; then
|
||||
echo -n "Not all of the nics $FORCEDNICS managed to acquire an address, retrying in 30 seconds..."
|
||||
echo -n "Not all of the nics $FORCENICS managed to acquire an address, retrying in 30 seconds..."
|
||||
sleep 30
|
||||
echo "now retrying"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user