diff --git a/include/dts-functions.sh b/include/dts-functions.sh index 7ca4451..5d6ab3d 100644 --- a/include/dts-functions.sh +++ b/include/dts-functions.sh @@ -1384,7 +1384,7 @@ main_menu_options(){ export DEPLOY_REPORT="false" ${CMD_DASHARO_HCL_REPORT} fi - read -p "Press enter to continue." + read -p "Press Enter to continue." return 0 ;; @@ -1439,7 +1439,7 @@ main_menu_options(){ # Use regular update process for everything else ${CMD_DASHARO_DEPLOY} update fi - read -p "Press enter to continue." + read -p "Press Enter to continue." return 0 ;; @@ -1451,7 +1451,7 @@ main_menu_options(){ if check_if_dasharo; then ${CMD_DASHARO_DEPLOY} restore fi - read -p "Press enter to continue." + read -p "Press Enter to continue." return 0 ;; @@ -1484,7 +1484,7 @@ main_menu_options(){ # Parse installed packages for premium submenus: parse_for_premium_submenu - read -p "Press enter to continue." + read -p "Press Enter to continue." return 0 ;; "${DPP_SUBMENU_OPT}") @@ -1537,7 +1537,7 @@ footer_options(){ systemctl start sshd.service print_ok "Listening on IPs: $(ip -br -f inet a show scope global | grep UP | awk '{ print $3 }' | tr '\n' ' ')" fi - read -p "Press enter to continue." + read -p "Press Enter to continue." return 0 ;; diff --git a/include/dts-subscription.sh b/include/dts-subscription.sh index 71d48a9..5f8505b 100644 --- a/include/dts-subscription.sh +++ b/include/dts-subscription.sh @@ -69,7 +69,7 @@ check_for_dasharo_firmware() { print_warning "have access to Dasharo Firmware. If so, consider getting Dasharo" print_warning "Subscription and improving security of your platform!" - read -p "Press enter to continue" + read -p "Press Enter to continue." return 1 } diff --git a/scripts/dasharo-deploy b/scripts/dasharo-deploy index 64b2d86..3c5def5 100644 --- a/scripts/dasharo-deploy +++ b/scripts/dasharo-deploy @@ -1045,7 +1045,7 @@ update_workflow() { print_warning "This is expected. Run OEM Factory Reset / Re-Ownership to finish deploying Heads." ;; esac - read -p "Press enter to continue" # Make sure the user acknowledges. + read -p "Press Enter to continue." else # Regular update flow print_ok "Successfully updated Dasharo firmware."