Avoid reusing header function from so-common

This commit is contained in:
Jason Ertel
2020-08-14 01:09:47 -04:00
parent 3c113a7a89
commit e6830e9cba
2 changed files with 3 additions and 3 deletions

View File

@@ -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"