alt bash path support (#1013)
Signed-off-by: hackacad <admin@hackacad.net>
This commit is contained in:
parent
1a87534c20
commit
0fd14e8c3c
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# CONTROLLING STARTUP:
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OPENSEARCH_MAIN_CLASS=org.opensearch.common.settings.KeyStoreCli \
|
||||
OPENSEARCH_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/keystore-cli \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OPENSEARCH_MAIN_CLASS=org.opensearch.cluster.coordination.NodeToolCli \
|
||||
"`dirname "$0"`"/opensearch-cli \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OPENSEARCH_MAIN_CLASS=org.opensearch.plugins.PluginCli \
|
||||
OPENSEARCH_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OPENSEARCH_MAIN_CLASS=org.opensearch.index.shard.ShardToolCli \
|
||||
"`dirname "$0"`"/opensearch-cli \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OPENSEARCH_MAIN_CLASS=org.opensearch.upgrade.UpgradeCli \
|
||||
OPENSEARCH_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/upgrade-cli \
|
||||
|
|
Loading…
Reference in New Issue