Skip to content

Commit 59d149b

Browse files
committed
Merge branch 'fix-domainlib-capture' into 'release/4.2'
Fix domain library capture logic See merge request weblogic-cloud/weblogic-kubernetes-operator!4873
2 parents 9bc7e4c + f2194e5 commit 59d149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ wdtUpdateModelDomain() {
11021102
captureBinLibAdded() {
11031103
local BINLIBDIR_NAME="/tmp/binlibdir.txt"
11041104
find $DOMAIN_HOME/bin -maxdepth 1 -type f | sed "s|$DOMAIN_HOME/bin|wlsdeploy/domainBin|g" > $BINLIBDIR_NAME
1105-
find $DOMAIN_HOME/lib -maxdepth 1 -type f | sed "s|$DOMAIN_HOME/bin|wlsdeploy/domainLibraries|g" >> $BINLIBDIR_NAME
1105+
find $DOMAIN_HOME/lib -maxdepth 1 -type f | sed "s|$DOMAIN_HOME/lib|wlsdeploy/domainLibraries|g" >> $BINLIBDIR_NAME
11061106
}
11071107

11081108
wdtHandleOnlineUpdate() {

0 commit comments

Comments
 (0)