Fixing echos.

This commit is contained in:
Tommaso Chiti 2022-05-28 17:13:24 +02:00
parent 67726f96f7
commit 4f0f039ef8

View file

@ -13,11 +13,11 @@ RESET='\e[0m'
# Pretty print (function). # Pretty print (function).
info_print () { info_print () {
echo -ne "${BOLD}${BYELLOW}[ ${BGREEN}${BYELLOW} ] $1${RESET}" echo -e "${BOLD}${BYELLOW}[ ${BGREEN}${BYELLOW} ] $1${RESET}"
} }
# Alert user of bad input (function). # Alert user of bad input (function).
error_print () { error_print () {
echo -ne "${BOLD}${BRED}[ ${BBLUE}${BRED} ] $1${RESET}" echo -e "${BOLD}${BRED}[ ${BBLUE}${BRED} ] $1${RESET}"
} }
# Virtualization check (function). # Virtualization check (function).