File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# *****************************************************************************
3
3
# createDomain.sh
4
4
#
5
- # Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5
+ # Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
6
6
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
#
8
8
# NAME
@@ -172,7 +172,7 @@ MIN_JDK_VERSION=7
172
172
#
173
173
# Find the args required to determine the WLST script to run
174
174
#
175
- while [ " $# " -gt " 1 " ]; do
175
+ while [ " $# " -gt " 0 " ]; do
176
176
key=" $1 "
177
177
case $key in
178
178
-help)
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ SCRIPT_ARGS="$*"
199
199
#
200
200
# Find the args required to determine the WLST script to run
201
201
#
202
- while [ " $# " -gt " 1 " ]; do
202
+ while [ " $# " -gt " 0 " ]; do
203
203
key=" $1 "
204
204
case $key in
205
205
-help)
Original file line number Diff line number Diff line change 2
2
# *****************************************************************************
3
3
# updateDomain.sh
4
4
#
5
- # Copyright (c) 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
5
+ # Copyright (c) 2017, 2020 , Oracle Corporation and/or its affiliates. All rights reserved.
6
6
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
7
7
#
8
8
# NAME
@@ -152,7 +152,7 @@ MIN_JDK_VERSION=7
152
152
# Find the args required to determine the WLST script to run
153
153
#
154
154
155
- while [ " $# " -gt " 1 " ]; do
155
+ while [ " $# " -gt " 0 " ]; do
156
156
key=" $1 "
157
157
case $key in
158
158
-help)
You can’t perform that action at this time.
0 commit comments