added call to add ssh-agent

This commit is contained in:
Russell Riker 2020-09-08 17:47:51 -04:00
parent ff4edf5d3a
commit 7faee18d2f
1 changed files with 2 additions and 0 deletions

View File

@ -136,3 +136,5 @@ echo '**************************************************'|lolcat
cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat
echo '**************************************************'|lolcat
echo ''
eval $(ssh-agent -s)