Skip to content

Commit

Permalink
Use uppercase Enter
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Nov 21, 2024
1 parent a4d3029 commit 23c6ed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down Expand Up @@ -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
;;
Expand All @@ -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
;;
Expand Down Expand Up @@ -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}")
Expand Down Expand Up @@ -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
;;
Expand Down
2 changes: 1 addition & 1 deletion include/dts-subscription.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/dasharo-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 23c6ed7

Please sign in to comment.