Merge pull request #4848 from pi-hole/indent_update

Indent installation/update complete message
pull/4850/head
yubiuser 2 years ago committed by GitHub
commit a45c9f9f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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