Skip to content

Commit

Permalink
Fix wso2 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Sep 26, 2016
1 parent 3c839b3 commit 38bc5f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public void install() {
FileTasks.deleteLine(unixStartupScript, 217);
FileTasks.deleteLine(unixStartupScript, 217);

Path file32bitWrapper = getBinDir().resolve("native").resolve("wrapper-linux-x86-32");
FileTasks.move(file32bitWrapper, file32bitWrapper.getParent().resolve("wrapper-linux-x86-32.bak"));
}

@Override
Expand Down

0 comments on commit 38bc5f6

Please sign in to comment.