You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator/src/main/resources/scripts/utils.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,10 @@ checkWebLogicVersion()
263
263
return 1
264
264
fi
265
265
fi
266
+
if versionEQ "$cur_wl_ver""9999.9999.9999.9999";then
267
+
trace "Info: Could not determine WebLogic version. Assuming version is fine. (The Operator requires WebLogic version '${exp_wl_ver}' or higher, and also requires patches '$exp_wl_12213_patches' for version '12.2.1.3'.)."
268
+
return 0
269
+
fi
266
270
if versionGE "$cur_wl_ver""${exp_wl_ver}";then
267
271
trace "Info: WebLogic version='$cur_wl_ver'. Version check passed. (The Operator requires WebLogic version '${exp_wl_ver}' or higher)."
0 commit comments