V8.13.392.2025.11.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m27s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 19:59:10 +01:00
parent 2a5e930f04
commit 5661097c23
2 changed files with 8 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ allow-loopback-pinentry
pinentry-program /usr/bin/pinentry-tty
EOF
if ! gpgconf --launch gpg-agent >| /tmp/cdlb_gpg-agent.log 2>&1; then
if ! gpgconf --launch gpg-agent 2>&1; then
printf "\e[91m++++ ++++ ++++ ++++ ++++ ++++ ++ Failed to launch gpg-agent. \e[0m\n"
return "${ERR_GPG__AGENT}"