Doug Burks
2022-11-01 09:35:53 -04:00
committed by GitHub
parent 55f22af758
commit 2030f08b54

View File

@@ -12,7 +12,7 @@ if [ $# -lt 2 ]; then
exit 1 exit 1
fi fi
docker exec -it so-sensoroni scripts/stenoquery.sh "$1" -w /nsm/pcapout/$2.pcap docker exec -t so-sensoroni scripts/stenoquery.sh "$1" -w /nsm/pcapout/$2.pcap
echo "" echo ""
echo "If successful, the output was written to: /nsm/pcapout/$2.pcap" echo "If successful, the output was written to: /nsm/pcapout/$2.pcap"