mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
update log file in title func
This commit is contained in:
@@ -24,7 +24,7 @@ INSTALL_LOG=/root/so-analyst-install.log
|
|||||||
exec &> >(tee -a "$INSTALL_LOG")
|
exec &> >(tee -a "$INSTALL_LOG")
|
||||||
|
|
||||||
title() {
|
title() {
|
||||||
echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$setup_log" 2>&1
|
echo -e "\n-----------------------------\n $1\n-----------------------------\n" >> "$INSTALL_LOG" 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
logCmd() {
|
logCmd() {
|
||||||
|
|||||||
Reference in New Issue
Block a user