Index: scripts/globals.sh =================================================================== diff -u -rc9f8d819d6d674dbf940a30159b6cf5e167921ae -r33affc30da120a85a6ff82728147df3fec394f09 --- scripts/globals.sh (.../globals.sh) (revision c9f8d819d6d674dbf940a30159b6cf5e167921ae) +++ scripts/globals.sh (.../globals.sh) (revision 33affc30da120a85a6ff82728147df3fec394f09) @@ -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 & # 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_DEFAULT $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 & + $HOME/$DENALI_BIN $APPLICATION_PARAMS_DEFAULT $APPLICATION_PARAMS & fi else post_log_fail "Unknown Applicaion Version"