diff --git a/setup/so-functions b/setup/so-functions index 54add4e1b..c43e668bc 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -36,7 +36,7 @@ info() { log "$1" "I" } -header() { +title() { echo -e "-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1 } @@ -46,7 +46,7 @@ logCmd() { } analyze_system() { - header "System Characteristics" + title "System Characteristics" logCmd "uptime" logCmd "uname -a" logCmd "free -h" diff --git a/setup/so-setup b/setup/so-setup index 22936fbb8..b1b142b8c 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -49,7 +49,7 @@ done # Begin Installation pre-processing parse_install_username -header "Initializing Setup" +title "Initializing Setup" info "Installing as the $INSTALLUSERNAME user" analyze_system