File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -268,13 +268,11 @@ runJython() {
268268 variableSetup
269269
270270 JAVA_PROPERTIES=" -Djava.util.logging.config.class=${LOG_CONFIG_CLASS} "
271- JAVA_PROPERTIES+= " -Dpython.cachedir.skip=true"
272- JAVA_PROPERTIES+= " -Dpython.console="
273- JAVA_PROPERTIES+= " ${WLSDEPLOY_PROPERTIES} "
271+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} -Dpython.cachedir.skip=true"
272+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} -Dpython.console="
273+ JAVA_PROPERTIES= " ${JAVA_PROPERTIES} ${WLSDEPLOY_PROPERTIES} "
274274 export JAVA_PROPERTIES
275- CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar"
276- CLASSPATH+=" :"
277- CLASSPATH+=" $ORACLE_SERVER_DIR /server/lib/weblogic.jar"
275+ CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar:$ORACLE_SERVER_DIR /server/lib/weblogic.jar"
278276
279277 # print the configuration, and run the script
280278
You can’t perform that action at this time.
0 commit comments