Run without needing to be attached to a TTY

This commit is contained in:
Ben Allen
2022-10-19 14:11:11 -04:00
parent 2127ba90ee
commit f13f05eb94

View File

@@ -20,7 +20,7 @@ if [ $# -lt 2 ]; then
exit 1
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 "If successful, the output was written to: /nsm/pcapout/$2.pcap"