diff --git a/scripts/utils.sh b/scripts/utils.sh index 31dfd43..5359850 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -124,6 +124,7 @@ msg_title() { local msg="$1" echo -e "\n" echo -e "${TAB}${BOLD}${HOLD}${BOR}${msg}${BOR}${HOLD}${CL}" + echo -e "\n" }