We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bc7e4c + f2194e5 commit 59d149bCopy full SHA for 59d149b
operator/src/main/resources/scripts/modelInImage.sh
@@ -1102,7 +1102,7 @@ wdtUpdateModelDomain() {
1102
captureBinLibAdded() {
1103
local BINLIBDIR_NAME="/tmp/binlibdir.txt"
1104
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
+ find $DOMAIN_HOME/lib -maxdepth 1 -type f | sed "s|$DOMAIN_HOME/lib|wlsdeploy/domainLibraries|g" >> $BINLIBDIR_NAME
1106
}
1107
1108
wdtHandleOnlineUpdate() {
0 commit comments