Skip to content

Commit

Permalink
quickstart.sh: Fix unintentional command execution.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Jendoubi <rjendoubi@cloudera.com>
  • Loading branch information
Ryan Jendoubi committed Feb 22, 2022
1 parent cc864f7 commit 7197776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ if pgrep -x "ssh-agent" >/dev/null
then
echo "ssh-agent OK"
else
echo "ssh-agent is stopped, please start it by running: eval `ssh-agent -s` "
#eval `ssh-agent -s`
echo "ssh-agent is stopped, please start it by running: eval \`ssh-agent -s\` "
exit 1
fi

echo "Checking OS"
Expand Down

0 comments on commit 7197776

Please sign in to comment.