File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22@ rem **************************************************************************
33@ rem createDomain.cmd
44@ rem
5- @ rem Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5+ @ rem Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77@ rem
88@ rem NAME
@@ -279,7 +279,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
279279SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
280280ECHO %WLST% %PY_SCRIPTS_PATH% \create.py %SCRIPT_ARGS%
281281
282- " %WLST% " " %PY_SCRIPTS_PATH% \create.py" %SCRIPT_ARGS%
282+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \create.py" %SCRIPT_ARGS%
283283
284284SET RETURN_CODE = %ERRORLEVEL%
285285IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 22@ rem **************************************************************************
33@ rem deployApps.cmd
44@ rem
5- @ rem Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5+ @ rem Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77@ rem
88@ rem NAME
@@ -275,7 +275,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
275275SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
276276ECHO %WLST% %PY_SCRIPTS_PATH% \deploy.py %SCRIPT_ARGS%
277277
278- " %WLST% " " %PY_SCRIPTS_PATH% \deploy.py" %SCRIPT_ARGS%
278+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \deploy.py" %SCRIPT_ARGS%
279279
280280SET RETURN_CODE = %ERRORLEVEL%
281281IF " %RETURN_CODE% " == " 103" (
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ SET PY_SCRIPTS_PATH=%WLSDEPLOY_HOME%\lib\python
302302
303303ECHO %WLST% " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
304304
305- " %WLST% " " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
305+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
306306
307307SET RETURN_CODE = %ERRORLEVEL%
308308IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 22@ rem **************************************************************************
33@ rem encryptModel.cmd
44@ rem
5- @ rem Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5+ @ rem Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77@ rem
88@ rem NAME
@@ -271,7 +271,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
271271SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
272272ECHO %WLST% %PY_SCRIPTS_PATH% \encrypt.py %SCRIPT_ARGS%
273273
274- " %WLST% " " %PY_SCRIPTS_PATH% \encrypt.py" %SCRIPT_ARGS%
274+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \encrypt.py" %SCRIPT_ARGS%
275275
276276SET RETURN_CODE = %ERRORLEVEL%
277277IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 22@ rem **************************************************************************
33@ rem injectVariables.cmd
44@ rem
5- @ rem Copyright (c) 2018, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5+ @ rem Copyright (c) 2018, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77@ rem
88@ rem NAME
@@ -263,7 +263,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
263263SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
264264ECHO %WLST% %PY_SCRIPTS_PATH% \variable_inject.py %SCRIPT_ARGS%
265265
266- " %WLST% " " %PY_SCRIPTS_PATH% \variable_inject.py" %SCRIPT_ARGS%
266+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \variable_inject.py" %SCRIPT_ARGS%
267267
268268SET RETURN_CODE = %ERRORLEVEL%
269269IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 22@ rem **************************************************************************
33@ rem updateDomain.cmd
44@ rem
5- @ rem Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5+ @ rem Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
66@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77@ rem
88@ rem NAME
@@ -276,7 +276,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
276276SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
277277ECHO %WLST% %PY_SCRIPTS_PATH% \update.py %SCRIPT_ARGS%
278278
279- " %WLST% " " %PY_SCRIPTS_PATH% \update.py" %SCRIPT_ARGS%
279+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \update.py" %SCRIPT_ARGS%
280280
281281SET RETURN_CODE = %ERRORLEVEL%
282282IF " %RETURN_CODE% " == " 103" (
You can’t perform that action at this time.
0 commit comments