Silence unnecessary console output
This commit is contained in:
parent
b4160b5b7f
commit
319daa374b
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ systemctl --user enable --now ssh-agent;
|
|||
{
|
||||
echo "#!/bin/bash";
|
||||
echo "export SSH_AUTH_SOCK=\"\$XDG_RUNTIME_DIR/ssh-agent.socket\"";
|
||||
} | sudo tee "/etc/profile.d/openssh.sh";
|
||||
} | sudo tee "/etc/profile.d/openssh.sh" > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue