Skip to content

Commit 23b776c

Browse files
committed
Backport whitespace fix
1 parent abd6f33 commit 23b776c

File tree

1 file changed

+1
-1
lines changed
  • operator/src/main/resources/scripts

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ checkDomainSecretMD5()
407407

408408
generateDomainSecretMD5File "$cur_md5_file" || return 1
409409

410-
diff -B "$cur_md5_file" "$orig_md5_file" > ${cur_md5_file}.diff 2>&1
410+
diff -wB "$cur_md5_file" "$orig_md5_file" > ${cur_md5_file}.diff 2>&1
411411

412412
if [ ! "$?" = "0" ]; then
413413
trace SEVERE "Domain secret mismatch. The domain secret in 'DOMAIN_HOME/security/SerializedSystemIni.dat' where DOMAIN_HOME='$DOMAIN_HOME' does not match the domain secret found by the introspector job. WebLogic requires that all WebLogic servers in the same domain share the same domain secret. See 'Domain Secret Mismatch' in the operator FAQ (https://oracle.github.io/weblogic-kubernetes-operator/faq/domain-secret-mismatch/). MD5 checksum diff:"

0 commit comments

Comments
 (0)