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" Index: scripts/lockdown.sh =================================================================== diff -u -r55bc61e37ddb78c9299a8652b6468d0290a163cc -r42120e520b2a089b018ac2281c214a621992a38b --- scripts/lockdown.sh (.../lockdown.sh) (revision 55bc61e37ddb78c9299a8652b6468d0290a163cc) +++ scripts/lockdown.sh (.../lockdown.sh) (revision 42120e520b2a089b018ac2281c214a621992a38b) @@ -266,7 +266,8 @@ rm /home/root/setup.sh rm -frd $HOME/.ssh rm -frd /media/sd-card/cloudsync/* - + rm -frd /media/sd-card/log/*SystemSetup* + rm -frd /media/sd-card/service/*SystemSetup* } function main() {