mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Run without needing to be attached to a TTY
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user