Skip to content
Snippets Groups Projects
Commit f95aa232 authored by jurgenhaas's avatar jurgenhaas
Browse files

#35 Add identity to ssh-agent

parent 3c6a6cc7
No related branches found
Tags 1.9.1
No related merge requests found
......@@ -81,6 +81,7 @@ echo "Waiting ..."
sleep 2
SOCATID=$(docker container ls --all -q -f name=l3d_socat)
if [[ -n ${SOCATID} ]]; then
ssh-add
echo "All set!"
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment