mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +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
|
echo
|
||||||
|
|
||||||
TRUSTED_CONTAINERS=("so-tcpreplay")
|
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"
|
so-tcpreplay-start || fail "Unable to initialize tcpreplay"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user