From cfa6dc783623753d9a9021cf66e3a5df57a971b5 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Sat, 5 Nov 2022 19:02:19 +0100 Subject: [PATCH] Add blank lines to error message --- scripts/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/functions.sh b/scripts/functions.sh index 55f0e84e..c1732da0 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -3,7 +3,9 @@ # fail() { + echo echo "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" + echo if [ "$1" != "" ]; then echo ERROR: $1 else