From 8ae73e9e40ab976a29ec88fa3374e9e991ccf705 Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Fri, 22 Sep 2023 13:05:18 -0400 Subject: [PATCH] Try setting Signed-off-by: Stephen Crawford --- tools/install_demo_configuration.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_demo_configuration.bat b/tools/install_demo_configuration.bat index cc2a6a2d55..6778e86260 100755 --- a/tools/install_demo_configuration.bat +++ b/tools/install_demo_configuration.bat @@ -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