New message/log functions
This commit is contained in:
parent
0c08add311
commit
8ebe1788bf
6 changed files with 60 additions and 38 deletions
2
profile
2
profile
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Start SSH agent for password-less logins
|
||||
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
|
||||
print_info_noisy 1 'Starting ssh-agent'
|
||||
print_info -l 1 'Starting ssh-agent'
|
||||
eval `ssh-agent -s`
|
||||
trap "kill $SSH_AGENT_PID" 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue