Ensure permissions are consistently applied to all imported PCAP files

This commit is contained in:
Jason Ertel
2020-07-15 13:53:28 -04:00
parent 0a976861f3
commit 9781d8d0e7

View File

@@ -180,6 +180,7 @@ for PCAP in "$@"; do
fi
cp -f "${PCAP}" "${PCAP_DIR}"/data.pcap
chmod 644 "${PCAP_DIR}"/data.pcap
fi # end of valid pcap