mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 20:58:22 -05:00
fix
This commit is contained in:
parent
bb0a23fcc8
commit
f5db916bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ] \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue