Skip to content

Commit

Permalink
Update remote_website_install.sh: use underline
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 20, 2024
1 parent 38d1f76 commit f7fc638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote_website_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function pre_install_checks()
display_msg --logonly info "Completed pre installation checks."

# Prompt the user to continue. This is so they can see the above messages.
DIALOG_TEXT+="\n\n\n${DIALOG_BOLD}Press OK to continue${DIALOG_NORMAL}"
DIALOG_TEXT+="\n\n\n${DIALOG_UNDERLINE}Press OK to continue${DIALOG_NORMAL}"
display_box "--msgbox" "${DIALOG_BACK_TITLE}" "${DIALOG_PRE_CHECK}" "${DIALOG_TEXT}"
}

Expand All @@ -311,7 +311,7 @@ function display_welcome()
${DIALOG_RED}WARNING:${DIALOG_NORMAL}\n\
- This will overwrite files on the remote server, and\n\
- REMOVE any old Allsky files on the remote server.\n\n\n\
${DIALOG_BOLD}Are you sure you wish to continue?${DIALOG_NORMAL}"
${DIALOG_UNDERLINE}Are you sure you wish to continue?${DIALOG_NORMAL}"

if ! display_prompt_dialog "${DIALOG_BACK_TITLE}" "${DIALOG_WELCOME_TITLE}" "${DIALOG_MSG}" ; then
display_aborted "at the Welcome dialog" "false"
Expand Down

0 comments on commit f7fc638

Please sign in to comment.