Skip to content

Commit

Permalink
Update remote_website_install.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 20, 2024
1 parent ba83eb7 commit 90fbe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote_website_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function display_aborted()
local ERROR_MSG="\nThe installation of the remote Website has been aborted ${EXTRA_TEXT}."

if [[ ${SHOW_LOG} == "true" ]]; then
MSG="\n\nWould you like to view the installation log?" ; then
MSG="\n\nWould you like to view the installation log?"
if display_prompt_dialog "${DIALOG_BACK_TITLE}" "${DIALOG_INSTALL}" "${ERROR_MSG}\n\n${MSG}" ; then
display_log_file "${DIALOG_BACK_TITLE}" "${DIALOG_TITLE_LOG}" "${DISPLAY_MSG_LOG}"
fi
Expand Down

0 comments on commit 90fbe5a

Please sign in to comment.