File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 510510 **/ItMiiAuxiliaryImage,
511511 **/ItMiiAuxiliaryImageCluster,
512512 **/ItMiiDomain,
513+ **/ItMiiClusterResource,
513514 **/ItMiiDomainModelInPV,
514515 **/ItMiiMultiModel,
515516 **/ItMiiUpdateDomainConfig,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ checkEnvVars() {
4545}
4646ver () { printf %02d%02d%02d%02d%02d $( echo " $1 " | tr ' .' ' ' ) ; }
4747checkJavaVersion () {
48- java_version=` java -version 2>&1 > /dev/null | grep ' java version' | awk ' {print $3}' `
48+ java_version=` java -version 2>&1 > /dev/null | grep ' version' | awk ' {print $3}' `
4949 echo " Info: java version ${java_version} "
5050 if [ $( ver $java_version ) -lt $( ver " 11.0.10" ) ]; then
5151 echo " Error: Java version should be 11.0.10 or higher"
You can’t perform that action at this time.
0 commit comments