Kaydet (Commit) b9ddf19c authored tarafından Shinnok's avatar Shinnok Kaydeden (comit) Michael Meeks

Improve error message on ssh login failure.

Also use the GERRITHOST variable instead of magic text.

Change-Id: I3314be81017f64fca8aa756cca1715081ad01641
Reviewed-on: https://gerrit.libreoffice.org/41988Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 3811da1b
......@@ -128,8 +128,8 @@ case "$1" in
then
echo "Your gerrit setup was successful!"
else
echo "There seems to be trouble."
echo "please have the output of: ssh -vvvv logerrit"
echo "There seems to be trouble. Please have the output of:"
echo "ssh -vvvv "$GERRITHOST
echo "at hand when looking for help."
fi
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment