mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Fix invalid entries in the ESET processing script
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
501004c61b
commit
c70b45a4ee
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
processHashes() {
|
||||
local name=$(basename $1);
|
||||
if [ -f $1/samples.$2 ]; then
|
||||
dos2unix $1/samples.$2
|
||||
while IFS= read -r line
|
||||
do
|
||||
echo "$line":0:ESET."$name" >> ./eset.$3;
|
||||
|
|
Loading…
Add table
Reference in a new issue