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 ...@@ -128,8 +128,8 @@ case "$1" in
then then
echo "Your gerrit setup was successful!" echo "Your gerrit setup was successful!"
else else
echo "There seems to be trouble." echo "There seems to be trouble. Please have the output of:"
echo "please have the output of: ssh -vvvv logerrit" echo "ssh -vvvv "$GERRITHOST
echo "at hand when looking for help." echo "at hand when looking for help."
fi 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