We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0526f52 commit aa39271Copy full SHA for aa39271
quickstart.sh
@@ -78,8 +78,8 @@ if pgrep -x "ssh-agent" >/dev/null
78
then
79
echo "ssh-agent OK"
80
else
81
- echo "ssh-agent is stopped, please start it by running: eval `ssh-agent -s` "
82
- #eval `ssh-agent -s`
+ echo "ssh-agent is stopped, please start it by running: eval \`ssh-agent -s\` "
+ exit 1
83
fi
84
85
echo "Checking OS"
0 commit comments