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'