Clean up extra spaces
Although these errors are not important, they affect the code specification. Change-Id: I2db90d03723667d895dab1bba230bbc92064e949
This commit is contained in:
@@ -89,7 +89,7 @@ do
|
|||||||
then
|
then
|
||||||
echo "The following "${#NODE_IPS[@]}" are unreachable" | tee -a ${RESULTS_FILE}
|
echo "The following "${#NODE_IPS[@]}" are unreachable" | tee -a ${RESULTS_FILE}
|
||||||
echo ${NODE_IPS[@]} | tee -a ${RESULTS_FILE}
|
echo ${NODE_IPS[@]} | tee -a ${RESULTS_FILE}
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
if ((${#NODE_IPS[@]} == 0 ))
|
if ((${#NODE_IPS[@]} == 0 ))
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user