Skip to content

Commit

Permalink
Add rundeck.launcher.jar.location property for use by templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 3, 2010
1 parent bd31d95 commit f07c9ca
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 f07c9ca

Please sign in to comment.