mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 19:39:53 +00:00
During the development of elastic/x-pack-elasticsearch#1831 (elastic/x-pack-elasticsearch@5ac95c6) there was an intention to replace `SystemKeyTool` with `EncKeyTool`. The java change was reverted and never committed to master, but the script change was accidentally left in place. Also removes redundant "properties" variable (refer `elastic/x-pack-elasticsearch@b0a3b89`) Original commit: elastic/x-pack-elasticsearch@f240479748
9 lines
350 B
Batchfile
9 lines
350 B
Batchfile
@echo off
|
|
|
|
rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
rem or more contributor license agreements. Licensed under the Elastic License;
|
|
rem you may not use this file except in compliance with the Elastic License.
|
|
|
|
PUSHD "%~dp0"
|
|
CALL "%~dp0.in.bat" org.elasticsearch.xpack.security.crypto.tool.SystemKeyTool %*
|
|
POPD |