File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
main/src/main/java/org/apache/karaf/main Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ public ConfigProperties() throws Exception {
211
211
this .portFile = props .getProperty (KARAF_SHUTDOWN_PORT_FILE );
212
212
this .shutdownCommand = props .getProperty (KARAF_SHUTDOWN_COMMAND , DEFAULT_SHUTDOWN_COMMAND );
213
213
this .startupMessage = props .getProperty (KARAF_STARTUP_MESSAGE , "Apache Karaf starting up. Press Enter to open the shell now..." );
214
- this .delayConsoleStart = Boolean .parseBoolean (props .getProperty (KARAF_DELAY_CONSOLE , "true " ));
214
+ this .delayConsoleStart = Boolean .parseBoolean (props .getProperty (KARAF_DELAY_CONSOLE , "false " ));
215
215
System .setProperty (KARAF_DELAY_CONSOLE , new Boolean (this .delayConsoleStart ).toString ());
216
216
}
217
217
You can’t perform that action at this time.
0 commit comments