pcapout still used for extracts

This commit is contained in:
Jason Ertel
2026-03-09 14:58:27 -04:00
parent e8adea3022
commit 7f07c96a2f
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ clean() {
done
fi
## Clean up extracted pcaps from Steno
## Clean up extracted pcaps
PCAPS='/nsm/pcapout'
OLDEST_PCAP=$(find $PCAPS -type f -printf '%T+ %p\n' | sort -n | head -n 1)
if [ -z "$OLDEST_PCAP" -o "$OLDEST_PCAP" == ".." -o "$OLDEST_PCAP" == "." ]; then