We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c910971 commit c1b56c4Copy full SHA for c1b56c4
packages/elasticsearch/packaging
@@ -1,3 +1,6 @@
1
set -e
2
3
tar xzf elasticsearch/elasticsearch-7.9.3-no-jdk-linux-x86_64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
4
+
5
+# For log4j 2.14 or older. Remove after we update Elasticsearch to 7.16.2 or higher.
6
+/bin/rm -f "${BOSH_INSTALL_TARGET}/bin/elasticsearch-sql-cli-7.9.3.jar"
0 commit comments