Indent installation/update complete message

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4848/head
Christian König 2 years ago
parent aeb92416c8
commit 2610739624
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -2863,7 +2863,7 @@ main() {
# Display where the log file is
printf "\\n %b The install log is located at: %s\\n" "${INFO}" "${installLogLoc}"
printf "%b%s Complete! %b\\n" "${COL_LIGHT_GREEN}" "${INSTALL_TYPE}" "${COL_NC}"
printf " %b %b%s complete! %b\\n" "${TICK}" "${COL_LIGHT_GREEN}" "${INSTALL_TYPE}" "${COL_NC}"
if [[ "${INSTALL_TYPE}" == "Update" ]]; then
printf "\\n"

Loading…
Cancel
Save