Add the static single hub BOM.

This commit is contained in:
Mark Milligan
2021-02-11 18:52:19 -06:00
parent 7075c702df
commit c0815ac0f9
8 changed files with 83 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ public abstract class ResourceLoader {
try {
os = new FileOutputStream(_sFile, false);
os.write(_btData);
os.flush();
os.getFD().sync();
}
catch (Throwable t) {
LOG.error("Failed to write file: " + _sFile, t);