Index: scripts/globals.sh =================================================================== diff -u -r33affc30da120a85a6ff82728147df3fec394f09 -r42120e520b2a089b018ac2281c214a621992a38b --- scripts/globals.sh (.../globals.sh) (revision 33affc30da120a85a6ff82728147df3fec394f09) +++ scripts/globals.sh (.../globals.sh) (revision 42120e520b2a089b018ac2281c214a621992a38b) @@ -556,9 +556,9 @@ if [[ -n "$DENALI_VERSION" ]]; then post_log_pass "$($HOME/$DENALI_BIN -v)" # log UI Software version if [[ "$APPLICATION_PARAMS" == *"-E"* ]]; then - $HOME/$DENALI_BIN $APPLICATION_PARAMS_DEFAULT $APPLICATION_PARAMS & # do not enclose the APPLICATION_PARAMS in "", then it becomes an empty parameter to the denali which is not accepted. + $HOME/$DENALI_BIN $APPLICATION_PARAMS & # do not enclose the APPLICATION_PARAMS in "", then it becomes an empty parameter to the denali which is not accepted. else - $HOME/$DENALI_BIN $APPLICATION_PARAMS_DEFAULT $APPLICATION_PARAMS & + $HOME/$DENALI_BIN $APPLICATION_PARAMS & fi else post_log_fail "Unknown Applicaion Version"