mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Avoid reusing header function from so-common
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user