From d877efc842fc5fa082083c76fd877fccb9e8993a Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Tue, 26 Dec 2023 19:19:42 -0500 Subject: [PATCH] Try to fix the password generation functions hanging --- scripts/setup-environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 488146b..3490aa7 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh @@ -4,12 +4,12 @@ set -eu generate_password() { length=$1 - tr -dc "a-zA-Z0-9"