Showing bundle CRC
This commit is contained in:
parent
ae55e3ffb9
commit
7257fa920f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue