This commit is contained in:
Patrick Schleizer 2022-11-16 01:56:01 -05:00
parent f59f959a8d
commit 487f63bb01
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -95,7 +95,8 @@ fi
# fi
# fi
## Checking exit code to avoid breaking when read-only disk boot without ro-mode-init or grub-live.
## Checking exit code to avoid breaking when read-only disk boot but
## without ro-mode-init or grub-live being used.
if ! pam_faillock_output="$(faillock --user "$PAM_USER" 2>&1)" ; then
true "$0: faillock non-zero exit code."
exit 0