mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
refactor automated testing inputs due to streamlined setup process
This commit is contained in:
@@ -17,11 +17,11 @@ log() {
|
||||
}
|
||||
|
||||
error() {
|
||||
log "$1" "E"
|
||||
log "$1" "ERROR"
|
||||
}
|
||||
|
||||
info() {
|
||||
log "$1" "I"
|
||||
log "$1" "INFO"
|
||||
}
|
||||
|
||||
title() {
|
||||
|
||||
Reference in New Issue
Block a user