add the curlys

This commit is contained in:
m0duspwnens
2024-06-04 10:28:21 -04:00
parent 6e70268ab9
commit c0b2cf7388

View File

@@ -57,8 +57,8 @@ if ! docker ps | grep -q so-tcpreplay; then
fi fi
if is_sensor_node; then if is_sensor_node; then
echo "Replaying PCAP(s) at ${REPLAYSPEED} Mbps on interface $REPLAYIFACE..." echo "Replaying PCAP(s) at ${REPLAYSPEED} Mbps on interface ${REPLAYIFACE}..."
docker exec 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." echo "Replay completed. Warnings shown above are typically expected."
elif is_manager_node; then elif is_manager_node; then