Index: scripts/start.sh =================================================================== diff -u -r0a3cdba747fd8d4b90dc116c2be1a4422fd0d930 -rccddb9de7bc94036e130e034b1de67dca00e028d --- scripts/start.sh (.../start.sh) (revision 0a3cdba747fd8d4b90dc116c2be1a4422fd0d930) +++ scripts/start.sh (.../start.sh) (revision ccddb9de7bc94036e130e034b1de67dca00e028d) @@ -142,13 +142,13 @@ # 2 - The UI still needs to be executed to decrypt the /var/configurations, otherwise the configurations can not be updated, # and I don't have the ability to just decrypt and exit right now. # Note: after the Cybersecurity release I will improve the user experience and will make it easier for manufacturing. - CONTINUE="y" +# CONTINUE="y" -# echo_star_comment -# echo_star_message "Do you want to run in the Manufacturing Mode?" -# echo_star_comment -# read -p "Continue? [y,n]" -n 1 -r CONTINUE -# echo "" # to echo prompts on new line + echo_star_comment + echo_star_message "Do you want to run in the Manufacturing Mode?" + echo_star_comment + read -p "Continue? [y,n]" -n 1 -r CONTINUE + echo "" # to echo prompts on new line if [ "$CONTINUE" == "y" ]; then sshRun "echo $SETUP_ENABLE_MANUFACTURING_MODE > $SETUP_CONF_FILE" echo_star_message "Set the setup in manufacturing mode" @@ -232,10 +232,12 @@ function connect() { echo_dash_comment - echo_dash_message "please ssh into device $DST_IP and run ./setup.sh " + echo_dash_message "please ssh into device $DST_IP and run ./setup.sh" echo_dash_comment read -p "Hit enter to continue" sshRun # the setup.sh has to run on the device while user has logged into the device. + #TODO needs to handle the SD-Card format question + # sshRun "./setup.sh" # the setup.sh has to run on the device while user has logged into the device. } function wipe_device() {