This commit is contained in:
Patrick Schleizer 2025-11-10 02:06:55 -05:00
parent bb0a23fcc8
commit f5db916bf7
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -45,7 +45,7 @@ else
## interactive users to keep the race window as short as possible. ## interactive users to keep the race window as short as possible.
if ! output="$(/usr/libexec/helper-scripts/get-password-status-list)"; then if ! output="$(/usr/libexec/helper-scripts/get-password-status-list)"; then
printf '%s\n' 'ERROR: Failed to get password status list!' printf '%s\n' 'ERROR: Failed to get password status list!'
eixt 1 exit 1
fi fi
readarray -t passwd_status_list <<< "$output" readarray -t passwd_status_list <<< "$output"
if [ "${#passwd_status_list[@]}" = '0' ] \ if [ "${#passwd_status_list[@]}" = '0' ] \