Skip to content

Commit f2194e5

Browse files
committed
Fix domain library capture logic
1 parent 359748e commit f2194e5

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)