Skip to content

Commit

Permalink
0002431: Fix service install issue on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilmer committed Oct 30, 2015
1 parent 51cdd8b commit 80da991
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -44,7 +44,6 @@ public WrapperConfig(String applHomeDir, String configFile, String jarFile) thro
prop = getProperties(configFile);
this.configFile = new File(configFile).getAbsolutePath();
this.jarFile = new File(jarFile).getAbsolutePath();
System.out.println("jarfile==>" + this.jarFile);
workingDirectory = new File(applHomeDir);
}

Expand Down

0 comments on commit 80da991

Please sign in to comment.