Merge pull request #8952 from Njinx/dev

FEATURE: so-pcap-export can run without needing to be attached to a TTY
This commit is contained in:
Mike Reeves
2022-10-25 14:38:48 -04:00
committed by GitHub

View File

@@ -20,7 +20,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"