mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Rename bin/plugin in bin/elasticsearch-plugin
This commit is contained in:
parent
608f4f8b6e
commit
7d0181b5d4
34 changed files with 87 additions and 85 deletions
|
@ -156,7 +156,7 @@ def remove_plugin(version, release_dir, plugin_name):
|
|||
run_plugin(version, release_dir, 'remove', [plugin_name])
|
||||
|
||||
def run_plugin(version, release_dir, plugin_cmd, args):
|
||||
cmd = [os.path.join(release_dir, 'bin/plugin'), plugin_cmd] + args
|
||||
cmd = [os.path.join(release_dir, 'bin/elasticsearch-plugin'), plugin_cmd] + args
|
||||
subprocess.check_call(cmd)
|
||||
|
||||
def create_client(http_port=DEFAULT_HTTP_TCP_PORT, timeout=30):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue