Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unzip jars in /addons/lib is missing overwrite flag - setup.sh #41

Open
j-ajendra opened this issue May 5, 2020 · 0 comments
Open

Unzip jars in /addons/lib is missing overwrite flag - setup.sh #41

j-ajendra opened this issue May 5, 2020 · 0 comments

Comments

@j-ajendra
Copy link

In checkLibs() function in setup.sh, the following line is missing overwrite flag while unzipping -

unzip -q $name -d $BWCE_HOME/tibco.home/addons/lib/

When we have multiple jars in lib folder, only one is getting extracted while others are failing since it cannot overwrite the MANIFEST.MF file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant