public void creation(Server server) {
//If the instanceRoot is not set to a non-embedded GF install,
//copy the security config files from the security.jar to the instanceRoot/config dir
EmbeddedFileSystem fileSystem = server.getFileSystem();
File instanceRoot = fileSystem.instanceRoot;
if (instanceRoot == null) {
return;
}