cleanup: logs
This commit is contained in:
parent
2441be2ad0
commit
379ce30715
2 changed files with 1 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ if [ -d "/run/user/$(id -u)/keyring" ]; then
|
|||
|
||||
# Use PATH lookup instead of hardcoding /usr/bin
|
||||
if command -v gnome-keyring-daemon >/dev/null 2>&1; then
|
||||
eval "$(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
||||
eval "$(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh > /dev/null 2>&1)"
|
||||
else
|
||||
echo "gnome-keyring-daemon not found in PATH" >&2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue