mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-06 15:13:07 +00:00
Add new line to error message
This commit is contained in:
parent
2765517999
commit
cdf00b6d2e
@ -56,7 +56,7 @@ show_pass() {
|
||||
|
||||
show_fail() {
|
||||
echo -e "\r\e[1A\e[0K ${FAIL_MARK} ${1}"
|
||||
[[ -n "${2}" ]] && echo -e "\e[31m \n Error: ${2}\e[0m"
|
||||
[[ -n "${2}" ]] && echo -e "\e[31m \n Error: ${2}\e[0m\n"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user