mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fixing echos.
This commit is contained in:
parent
67726f96f7
commit
4f0f039ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue