From f13e07cdd43dafb5862e1d40b0639849f32c5eff Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Sat, 11 Jul 2026 21:14:54 +0700 Subject: [PATCH] Fix restore workspace script Signed-off-by: Artem Savchenko --- restore-workspace.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/restore-workspace.sh b/restore-workspace.sh index fbc8e56..67f84ee 100755 --- a/restore-workspace.sh +++ b/restore-workspace.sh @@ -86,7 +86,9 @@ fi # Generate a password if none was provided GENERATED_PASSWORD=false if [ -z "$PASSWORD" ] && [ "$SKIP_ACCOUNT" != true ]; then + set +o pipefail PASSWORD="$(LC_ALL=C tr -dc 'A-Za-z0-9'