The first letter should be capitalized

This commit is contained in:
YuPengZTE
2016-08-18 11:49:53 +08:00
parent ea69570f61
commit 3faa38fcb6
6 changed files with 13 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ function setClusterInfo() {
NODE_IPS="$NODE_IPS,$nodeIP"
fi
else
echo "unsupported role for ${i}. please check"
echo "unsupported role for ${i}. Please check"
exit 1
fi
@@ -156,7 +156,7 @@ function verify-cluster() {
verify-master
verify-node "$i"
else
echo "unsupported role for ${i}. please check"
echo "unsupported role for ${i}. Please check"
exit 1
fi
@@ -978,7 +978,7 @@ function kube-push() {
elif [[ "${roles_array[${ii}]}" == "ai" ]]; then
provision-masterandnode
else
echo "unsupported role for ${i}. please check"
echo "unsupported role for ${i}. Please check"
exit 1
fi
((ii=ii+1))