-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:
jbjohnso 2010-05-04 19:35:42 +00:00
parent 353d3571e3
commit eaf4771f2f

View File

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