File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ IF NOT "%~1" == "" (
152
152
)
153
153
154
154
@ rem Default domain type if not specified
155
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
155
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
156
156
157
157
158
158
@ rem
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ IF NOT "%~1" == "" (
150
150
)
151
151
152
152
@ rem Default domain type if not specified
153
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
153
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
154
154
155
155
@ rem
156
156
@ rem Validate the JVM version based on whether or not the user asked us to use encryption
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ IF NOT "%~1" == "" (
159
159
)
160
160
161
161
@ rem Default domain type if not specified
162
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
162
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
163
163
164
164
@ rem
165
165
@ rem Check for values of required arguments for this script to continue.
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ IF NOT "%~1" == "" (
168
168
169
169
170
170
@ rem Default domain type if not specified
171
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
171
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
172
172
173
173
@ rem
174
174
@ rem Check for values of required arguments for this script to continue.
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ IF NOT "%~1" == "" (
162
162
)
163
163
164
164
@ rem Default domain type if not specified
165
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
165
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
166
166
167
167
@ rem
168
168
@ rem Check for values of required arguments for this script to continue.
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ IF NOT "%~1" == "" (
150
150
)
151
151
152
152
@ rem Default domain type if not specified
153
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
153
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
154
154
155
155
@ rem
156
156
@ rem Validate the JVM version based on whether or not the user asked us to use encryption
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ IF NOT "%~1" == "" (
158
158
)
159
159
160
160
@ rem Default domain type if not specified
161
- IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = " WLS"
161
+ IF " %DOMAIN_TYPE% " == " " SET DOMAIN_TYPE = WLS
162
162
163
163
@ rem
164
164
@ rem Check for values of required arguments for this script to continue.
You can’t perform that action at this time.
0 commit comments