Skip to content

Commit

Permalink
Try setting
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Sep 22, 2023
1 parent c8a605e commit 8ae73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_demo_configuration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ if not defined ADMIN_PASSWORD (
echo ADMIN PASSWORD SET TO: !ADMIN_PASSWORD!

echo Use the Hasher script to hash the admin password
"%OPENSEARCH_PLUGINS_DIR%opensearch-security\tools\hash.bat" -p "!ADMIN_PASSWORD!"
set HASHED_ADMIN_PASSWORD="%OPENSEARCH_PLUGINS_DIR%opensearch-security\tools\hash.bat" -p "!ADMIN_PASSWORD!"

if errorlevel 1 (
echo Failed to hash the admin password
Expand Down

0 comments on commit 8ae73e9

Please sign in to comment.