mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
tcpreplay doesn't need an interactive terminal to run, remove 'it'
This commit is contained in:
committed by
William Wernert
parent
7d97e3590c
commit
bedbd39b82
@@ -54,6 +54,6 @@ if ! docker ps | grep -q so-tcpreplay; then
|
||||
fi
|
||||
|
||||
echo "Replaying PCAP(s) at ${REPLAYSPEED} Mbps on interface ${REPLAYIFACE}..."
|
||||
docker exec -it so-tcpreplay /usr/bin/bash -c "/usr/local/bin/tcpreplay -i ${REPLAYIFACE} -M${REPLAYSPEED} $@"
|
||||
docker exec so-tcpreplay /usr/bin/bash -c "/usr/local/bin/tcpreplay -i ${REPLAYIFACE} -M${REPLAYSPEED} $@"
|
||||
|
||||
echo "Replay completed. Warnings shown above are typically expected."
|
||||
|
||||
Reference in New Issue
Block a user