mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +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() {
|
processHashes() {
|
||||||
local name=$(basename $1);
|
local name=$(basename $1);
|
||||||
if [ -f $1/samples.$2 ]; then
|
if [ -f $1/samples.$2 ]; then
|
||||||
|
dos2unix $1/samples.$2
|
||||||
while IFS= read -r line
|
while IFS= read -r line
|
||||||
do
|
do
|
||||||
echo "$line":0:ESET."$name" >> ./eset.$3;
|
echo "$line":0:ESET."$name" >> ./eset.$3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue