Skip to content

Commit

Permalink
[KARAF-4820]wrapper:install command does not use ---include and --env…
Browse files Browse the repository at this point in the history
… parameters
  • Loading branch information
ffang committed Dec 29, 2016
1 parent 7d7f7fb commit ff0569d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Install implements Action {

@Override
public Object execute() throws Exception {
File[] wrapperPaths = wrapperService.install(name, displayName, description, startType);
File[] wrapperPaths = wrapperService.install(name, displayName, description, startType, envs, includes);

String os = System.getProperty("os.name", "Unknown");
File wrapperConf = wrapperPaths[0];
Expand Down

0 comments on commit ff0569d

Please sign in to comment.