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
290290 WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
291291fi
292292
293- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
293+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
294294 WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
295295fi
296296
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
267267 WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
268268fi
269269
270- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
270+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
271271 WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
272272fi
273273
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
244244 WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
245245fi
246246
247- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
247+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
248248 WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
249249fi
250250
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ if [ "${WLSDEPLOY_LOG_DIRECTORY}" = "" ]; then
266266 WLSDEPLOY_LOG_DIRECTORY=${WLSDEPLOY_HOME} /logs; export WLSDEPLOY_LOG_DIRECTORY
267267fi
268268
269- if [ " ${WLSDEPLOY_LOG_HANDLERS} " == " " ]; then
269+ if [ " ${WLSDEPLOY_LOG_HANDLERS} " = " " ]; then
270270 WLSDEPLOY_LOG_HANDLERS=${WLSDEPLOY_LOG_HANDLER} ; export WLSDEPLOY_LOG_HANDLERS
271271fi
272272
You can’t perform that action at this time.
0 commit comments