From d1da066ed8ef4267de31d94aa51f4401a89f9676 Mon Sep 17 00:00:00 2001 From: Rick van den Berg Date: Wed, 26 Nov 2025 18:19:59 +0100 Subject: [PATCH] Fix error during durning yubikey-pam-authentication --- app/security/yubikey/yubikey-pam-authentication.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/security/yubikey/yubikey-pam-authentication.sh b/app/security/yubikey/yubikey-pam-authentication.sh index a15a343..23019ab 100644 --- a/app/security/yubikey/yubikey-pam-authentication.sh +++ b/app/security/yubikey/yubikey-pam-authentication.sh @@ -68,12 +68,10 @@ EOF sudo install -o root -g root -m 0440 "$tmp" /etc/sudoers.d/99-yubikey-prompt rm -f "$tmp" - else - status "Prompt already configured in /etc/pam.d/sudo." fi echo "PAM authentication with YubiKey has been configured for system-wide use." echo "This includes sudo, login, and GUI password prompts." echo "Please test it by running 'sudo ls' in a new terminal." echo "If it doesn't work, you can still use your password." -fi \ No newline at end of file +fi