diff --git a/tools/install_demo_configuration.bat b/tools/install_demo_configuration.bat index 7c921423c7..32eac64cbd 100755 --- a/tools/install_demo_configuration.bat +++ b/tools/install_demo_configuration.bat @@ -349,8 +349,8 @@ if "%use_default_admin_password%"=="1" ( ) if not defined ADMIN_PASSWORD ( - echo Unable to find the admin password for the cluster. Please set initialAdminPassword or create a file %ADMIN_PASSWORD_FILE% with a single line that contains the password. - exit /b 1 + echo Unable to find the admin password for the cluster. Please set initialAdminPassword or create a file %ADMIN_PASSWORD_FILE% with a single line that contains the password. + exit /b 1 ) echo " ***************************************************"