Showing bundle CRC

This commit is contained in:
Pavel Shevaev 2023-11-28 11:00:19 +03:00
parent ae55e3ffb9
commit 7257fa920f
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function bhl_run(bool $debug = true, bool $force = false, bool $exit_on_err = tr
return false; return false;
} }
else else
echo "BHL BUNDLE: total " . kb_len(filesize($result_file)) . "\n"; echo "BHL BUNDLE: total " . kb_len(filesize($result_file)) . ", CRC " . hexdec(hash_file('CRC32', $result_file, false)) . "\n";
} }
@touch($result_file); @touch($result_file);