Improve title spacing among standard log lines

This commit is contained in:
Jason Ertel
2020-08-14 14:28:49 -04:00
parent fbbec71165
commit 04340728ff

View File

@@ -37,7 +37,7 @@ info() {
} }
title() { title() {
echo -e "-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1 echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1
} }
logCmd() { logCmd() {