Include main directory files in original hash check

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-17 18:52:17 +00:00
parent 6c2f083ffd
commit 542cdf4474
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if [[ $(pwd) != *"SigScript" ]]; then
find . -type f -name md5 -delete find . -type f -name md5 -delete
#Check for hashes #Check for hashes
FILES=$(ls -d */) FILES=$(ls .)
for f in $FILES for f in $FILES
do do
search $f search $f

View File

@ -1,3 +1,3 @@
5e7a21b710475f173906085c01bd2205 - 520b2c7786cba604224e478c7ca56346 -
548480c89fb8d6668a83ee9e534eb2dd - 548480c89fb8d6668a83ee9e534eb2dd -
876c9372db6d232cae42b516b2b2596f - 876c9372db6d232cae42b516b2b2596f -