cloudera / cloudera-scripts-for-log4j

Scripts for addressing log4j zero day security issue
Apache License 2.0
86 stars 68 forks source link

add unzip overwrite param #37

Open smenke opened 2 years ago

smenke commented 2 years ago

Fixes #36

Issue: If a war file contains the same file twice the script will hang when it asks for a response from the user. This becomes an issue especially when running via Ansible or other automation. This fix overwrites the files and avoids prompting the user.

lhoss commented 2 years ago

can you resolve the merge conflicts ?