src/main/java/net/curisit/securis/utils/Params.java
.. .. @@ -31,6 +31,7 @@ 31 31 loadParameters(KEY_CONFIG_FILE); 32 32 } catch (IOException e) { 33 33 log.error("Config file {} was not found in classpath", KEY_CONFIG_FILE); 34 + System.exit(-2);34 35 } 35 36 } 36 37