Skip to content

Commit 1a67df0

Browse files
concrete > fix and expand setup
1 parent 35bc9b6 commit 1a67df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hivemq-edge/src/main/java/com/hivemq/HiveMQEdgeBootstrap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ public HiveMQEdgeBootstrap(
9696
log.trace("Cleaning up temporary folders");
9797
deleteTmpFolder(systemInformation.getDataFolder());
9898

99-
bootstrapCoreComponents();
100-
10199
if (configService == null) {
102100
log.trace("Initializing configuration");
103101
configService = ConfigurationBootstrap.bootstrapConfig(systemInformation);
104102
}
103+
bootstrapCoreComponents();
104+
105105
bootstrapInjector();
106106
final long startInit = System.currentTimeMillis();
107107

0 commit comments

Comments
 (0)