This commit is contained in:
emmett1
2017-10-06 20:40:27 +08:00
parent d629dd2261
commit 555cddb76f

View File

@@ -33,8 +33,7 @@ updatemdsum() {
md5sum $needupdatechecksum | awk '{ print $1 }' > .md5sum
[ -f .md5sum ] && msg "md5sum updated."
else
rm .md5sum || true
touch .md5sum
echo "" > .md5sum
fi
}