mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
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:
@@ -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