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 2
2
@ rem **************************************************************************
3
3
@ rem createDomain.cmd
4
4
@ 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.
6
6
@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
@ rem
8
8
@ rem NAME
@@ -279,7 +279,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
279
279
SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
280
280
ECHO %WLST% %PY_SCRIPTS_PATH% \create.py %SCRIPT_ARGS%
281
281
282
- " %WLST% " " %PY_SCRIPTS_PATH% \create.py" %SCRIPT_ARGS%
282
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \create.py" %SCRIPT_ARGS%
283
283
284
284
SET RETURN_CODE = %ERRORLEVEL%
285
285
IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 2
2
@ rem **************************************************************************
3
3
@ rem deployApps.cmd
4
4
@ 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.
6
6
@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
@ rem
8
8
@ rem NAME
@@ -275,7 +275,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
275
275
SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
276
276
ECHO %WLST% %PY_SCRIPTS_PATH% \deploy.py %SCRIPT_ARGS%
277
277
278
- " %WLST% " " %PY_SCRIPTS_PATH% \deploy.py" %SCRIPT_ARGS%
278
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \deploy.py" %SCRIPT_ARGS%
279
279
280
280
SET RETURN_CODE = %ERRORLEVEL%
281
281
IF " %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
302
302
303
303
ECHO %WLST% " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
304
304
305
- " %WLST% " " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
305
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \discover.py" %SCRIPT_ARGS%
306
306
307
307
SET RETURN_CODE = %ERRORLEVEL%
308
308
IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 2
2
@ rem **************************************************************************
3
3
@ rem encryptModel.cmd
4
4
@ 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.
6
6
@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
@ rem
8
8
@ rem NAME
@@ -271,7 +271,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
271
271
SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
272
272
ECHO %WLST% %PY_SCRIPTS_PATH% \encrypt.py %SCRIPT_ARGS%
273
273
274
- " %WLST% " " %PY_SCRIPTS_PATH% \encrypt.py" %SCRIPT_ARGS%
274
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \encrypt.py" %SCRIPT_ARGS%
275
275
276
276
SET RETURN_CODE = %ERRORLEVEL%
277
277
IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 2
2
@ rem **************************************************************************
3
3
@ rem injectVariables.cmd
4
4
@ 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.
6
6
@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
@ rem
8
8
@ rem NAME
@@ -263,7 +263,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
263
263
SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
264
264
ECHO %WLST% %PY_SCRIPTS_PATH% \variable_inject.py %SCRIPT_ARGS%
265
265
266
- " %WLST% " " %PY_SCRIPTS_PATH% \variable_inject.py" %SCRIPT_ARGS%
266
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \variable_inject.py" %SCRIPT_ARGS%
267
267
268
268
SET RETURN_CODE = %ERRORLEVEL%
269
269
IF " %RETURN_CODE% " == " 100" (
Original file line number Diff line number Diff line change 2
2
@ rem **************************************************************************
3
3
@ rem updateDomain.cmd
4
4
@ 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.
6
6
@ rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
@ rem
8
8
@ rem NAME
@@ -276,7 +276,7 @@ ECHO WLST_PROPERTIES = %WLST_PROPERTIES%
276
276
SET PY_SCRIPTS_PATH = %WLSDEPLOY_HOME% \lib\python
277
277
ECHO %WLST% %PY_SCRIPTS_PATH% \update.py %SCRIPT_ARGS%
278
278
279
- " %WLST% " " %PY_SCRIPTS_PATH% \update.py" %SCRIPT_ARGS%
279
+ CALL " %WLST% " " %PY_SCRIPTS_PATH% \update.py" %SCRIPT_ARGS%
280
280
281
281
SET RETURN_CODE = %ERRORLEVEL%
282
282
IF " %RETURN_CODE% " == " 103" (
You can’t perform that action at this time.
0 commit comments