File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
290
290
WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
291
291
fi
292
292
293
- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
293
+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
294
294
WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
295
295
fi
296
296
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
267
267
WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
268
268
fi
269
269
270
- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
270
+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
271
271
WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
272
272
fi
273
273
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
244
244
WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
245
245
fi
246
246
247
- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
247
+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
248
248
WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
249
249
fi
250
250
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
266
266
WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
267
267
fi
268
268
269
- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
269
+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
270
270
WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
271
271
fi
272
272
You can’t perform that action at this time.
0 commit comments