303304305306307308309310
Permission perms = umgr.getPermissions(collection); perms.setMode(0744); umgr.setPermissions(collection, perms); } } catch (Exception e) { throw new IrcException("Failed to initialize the database: " + e.getMessage()); } }