Skip to content

Commit

Permalink
try again
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 25, 2023
1 parent 1a6094c commit a0012ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/install_demo_configuration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,11 @@ if errorlevel 1 (
echo Clear the ADMIN_PASSWORD variable
set "ADMIN_PASSWORD="

set default_line=" hash: "$2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG""
set "default_line= hash: "$2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG""


set "search=%default_line%"
set "replace=" hash: "%HASHED_ADMIN_PASSWORD%""
set "replace= hash: "%HASHED_ADMIN_PASSWORD%""

echo To find line is: !search!
echo Replace is: !replace!
Expand Down

0 comments on commit a0012ca

Please sign in to comment.