mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Redirect tcpreplay init output to file
This commit is contained in:
@@ -48,7 +48,8 @@ if ! docker ps | grep -q so-tcpreplay; then
|
||||
echo
|
||||
|
||||
TRUSTED_CONTAINERS=("so-tcpreplay")
|
||||
update_docker_containers "tcpreplay"
|
||||
mkdir -p /opt/so/log/tcpreplay
|
||||
update_docker_containers "tcpreplay" "" "" "/opt/so/log/tcpreplay/init.log"
|
||||
so-tcpreplay-start || fail "Unable to initialize tcpreplay"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user