Skip to content

Commit

Permalink
Merge branch 'development' of github.com:dtolabs/rundeck into develop…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
ahonor committed Dec 3, 2010
2 parents df826ec + f07c9ca commit 82de717
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -511,6 +511,7 @@ private Properties createConfiguration(final Properties defaults) throws Unknown
properties.put("rdeck.base", basedir);
properties.put(SERVER_DATASTORE_PATH, serverdir + "/data/grailsdb");
properties.put("rundeck.log.dir", serverdir + "/logs");
properties.put("rundeck.launcher.jar.location", thisJar.getAbsolutePath());
for (final String configProperty : configProperties) {
if (null != System.getProperty(configProperty)) {
properties.put(configProperty, System.getProperty(configProperty));
Expand Down

0 comments on commit 82de717

Please sign in to comment.