diff --git a/setup/so-functions b/setup/so-functions index 5a63d7c12..95409b84a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -37,7 +37,7 @@ info() { } title() { - echo -e "-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1 + echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1 } logCmd() {