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 22, 2023
1 parent f13dbdd commit 43e1df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_demo_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ echo "ADMIN TARGET FILE LINE SET TO: $ADMIN_HASH_LINE"
echo "Before CHANGE: $(cat $INTERNAL_USERS_FILE)"


sed -ri "s/^(\\s*hash:\\s*)\"\\\$2a\\\$12\\\$VcCDgh2NDk07JGN0rjGbM.Ad41qVR\/YFJcgHp0UGns5JDymv..TOG\"/\\1\"\$HASHED_ADMIN_PASSWORD\"/" "$INTERNAL_USERS_FILE"
sed -ri "s/^(\\s*hash:\\s*)\"\\\$2a\\\$12\\\$VcCDgh2NDk07JGN0rjGbM.Ad41qVR\/YFJcgHp0UGns5JDymv..TOG\"/\\1\"$HASHED_ADMIN_PASSWORD\"/" "$INTERNAL_USERS_FILE"

echo "AFTER CHANGE: $(cat $INTERNAL_USERS_FILE)"

Expand Down

0 comments on commit 43e1df1

Please sign in to comment.