File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [ -d "/run/user/$(id -u)/keyring" ]; then
49
49
50
50
# Use PATH lookup instead of hardcoding /usr/bin
51
51
if command -v gnome-keyring-daemon > /dev/null 2>&1 ; then
52
- eval " $( gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) "
52
+ eval " $( gnome-keyring-daemon --start --components=pkcs11,secrets,ssh > /dev/null 2>&1 ) "
53
53
else
54
54
echo " gnome-keyring-daemon not found in PATH" >&2
55
55
fi
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ async fn main() -> Result<()> {
65
65
if let Ok ( journald) = tracing_journald:: layer ( ) {
66
66
trace
67
67
. with ( journald)
68
- . with ( fmt:: layer ( ) )
69
68
. with ( env_filter)
70
69
. try_init ( )
71
70
. wrap_err ( "failed to initialize logger" ) ?;
You can’t perform that action at this time.
0 commit comments