From cdf00b6d2ef39b888191d382fe62e416283c8a43 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:28:16 +0200 Subject: [PATCH] Add new line to error message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dc83dd2..626dea2 100644 --- a/install.sh +++ b/install.sh @@ -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 }