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