protected Object doExecute() throws Exception {
if (!bare) {
Properties configuration = new Properties();
File configFile = new File(System.getProperty("karaf.etc"), FEATURES_SERVICE_CONFIG_FILE);
configuration.load(configFile);
String featuresRepositories = configuration.getProperty("featuresRepositories", "");
String featuresBoot = configuration.getProperty("featuresBoot", "");
if (featureURLs == null) {
featureURLs = new ArrayList<>();
}