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 e85e249 commit 51cdd8b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -62,7 +62,6 @@ public void install() {

try {
FileWriter writer = new FileWriter(runFile);
System.out.println("name looking for ==>" + config.getName());
BufferedReader reader = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream(
"/" + config.getName().toLowerCase() + ".initd")));
String line = null;
Expand Down

0 comments on commit 51cdd8b

Please sign in to comment.