|
@@ -38,7 +38,7 @@ fi
|
|
unset KEYSTORE_PASSWORD
|
|
unset KEYSTORE_PASSWORD
|
|
KEYSTORE_PASSWORD=
|
|
KEYSTORE_PASSWORD=
|
|
if [[ $CHECK_KEYSTORE = true ]] \
|
|
if [[ $CHECK_KEYSTORE = true ]] \
|
|
- && "`dirname "$0"`"/elasticsearch-keystore has-passwd --silent
|
|
|
|
|
|
+ && bin/elasticsearch-keystore has-passwd --silent
|
|
then
|
|
then
|
|
if ! read -s -r -p "Elasticsearch keystore password: " KEYSTORE_PASSWORD ; then
|
|
if ! read -s -r -p "Elasticsearch keystore password: " KEYSTORE_PASSWORD ; then
|
|
echo "Failed to read keystore password on console" 1>&2
|
|
echo "Failed to read keystore password on console" 1>&2
|