small fixes #10

Merged
maximstewart merged 1 commits from develop into master 2020-05-03 00:59:44 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ function remix_recognition() {
}
function md5_cal() {
(cd image/ && find . -type f -print0 | xargs -0 md5sum | grep -v "\./md5sum.txt" > md5sum.txt)
cd image/
find . -type f -print0 | xargs -0 md5sum | grep -v "\./md5sum.txt" > md5sum.txt
}
main $@;