Skip to content

Commit cf20849

Browse files
authored
Merge pull request #122 from cloud-gov/pburkholder-patch-1
Remove useless file that trips up Nessus
2 parents 64f7d15 + ecd6ada commit cf20849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/elasticsearch/packaging

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ set -e
33
tar xzf elasticsearch/elasticsearch-7.9.3-linux-x86_64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
44

55
chown -R root:vcap "${BOSH_INSTALL_TARGET}/jdk"
6+
7+
# For log4j 2.14 or older. Remove after we update Elasticsearch to 7.16.2 or higher.
8+
/bin/rm -f "${BOSH_INSTALL_TARGET}/bin/elasticsearch-sql-cli-7.9.3.jar"

0 commit comments

Comments
 (0)