Tools: unpack_mp.sh exclude files.html and .makehtml

causes issues with changing md5's
This commit is contained in:
Michael Oborne 2022-12-05 19:40:05 +11:00 committed by Peter Barker
parent 503b31315a
commit b4f499d85b
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ md5sum $mplatest > .latest
mv upgrade upgrade.old
mv upgrade.new upgrade
rm -rf upgrade.old
find upgrade -type f -print0 | xargs -i -0 md5sum '{}' > checksums.txt
find upgrade -type f \( ! -iname "files.html" ! -iname ".makehtml" \) -print0 | xargs -i -0 md5sum '{}' > checksums.txt