Skip to content
Snippets Groups Projects
Commit ce72e310 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed exit code

parent 2d03b879
No related branches found
No related tags found
No related merge requests found
Pipeline #6465 passed
......@@ -60,7 +60,7 @@ public class DatabaseConfiguration
}
LOGGER.error(errorMessageBuilder.toString());
System.exit(-1);
System.exit(1);
return null;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment