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.
1 parent 700471e commit f28f47cCopy full SHA for f28f47c
kubernetes/samples/scripts/create-fmw-infrastructure-domain/wlst/create-domain-script.sh
@@ -6,7 +6,7 @@ export DOMAIN_HOME=${DOMAIN_HOME_DIR}
6
7
# Create the domain
8
wlst.sh -skipWLSModuleScanning \
9
- /u01/weblogic/createFMWDomain.py \
+ ${CREATE_DOMAIN_SCRIPT_DIR}/createFMWDomain.py \
10
-oh /u01/oracle \
11
-jh /usr/java/latest \
12
-parent ${DOMAIN_HOME}/.. \
0 commit comments