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 510
510
**/ItMiiAuxiliaryImage,
511
511
**/ItMiiAuxiliaryImageCluster,
512
512
**/ItMiiDomain,
513
+ **/ItMiiClusterResource,
513
514
**/ItMiiDomainModelInPV,
514
515
**/ItMiiMultiModel,
515
516
**/ItMiiUpdateDomainConfig,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ checkEnvVars() {
45
45
}
46
46
ver () { printf %02d%02d%02d%02d%02d $( echo " $1 " | tr ' .' ' ' ) ; }
47
47
checkJavaVersion () {
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}' `
49
49
echo " Info: java version ${java_version} "
50
50
if [ $( ver $java_version ) -lt $( ver " 11.0.10" ) ]; then
51
51
echo " Error: Java version should be 11.0.10 or higher"
You can’t perform that action at this time.
0 commit comments