Index: scripts/start.sh =================================================================== diff -u -redb906c1eac24e192f69ccd9cedc1da51a66e380 -r4717608b04a56847fcc274150078fccafa5a86d3 --- scripts/start.sh (.../start.sh) (revision edb906c1eac24e192f69ccd9cedc1da51a66e380) +++ scripts/start.sh (.../start.sh) (revision 4717608b04a56847fcc274150078fccafa5a86d3) @@ -120,9 +120,10 @@ echo " Demo mode mode can be used to use the device as a demo unit." echo " In this mode Application will not work with the actual hardware and will work in simulation mode." echo " The Demo application folder need to be copied to the update folder manually." - echo "-U : Update mode" - echo " Update mode can only be used when the device is already registered," - echo " Therefore the -S and -W will be ignored." + echo "-E : Manufacturing setup mode" + echo " The Manufacturing setup will wipe device configuration, setup, registration," + echo " and nees a fresh configuration, and device registration on the cloud," + echo " therefore the -S and -W is mandatory." echo "-S : The DRT Server IP address" echo " Need to be entered fully in a valid IP format [xxx.xxx.xxx.xxx]" echo " There should be no space between -S and the server IP address" @@ -236,7 +237,7 @@ } function manufacturingModePrompt() { - if (( $MANUFACTURING_SETUP )); then continue; else return; fi + if (( $MANUFACTURING_SETUP )); then : else return; fi echo_star_comment echo_star_message "Do you want to run in the Manufacturing Mode?"