From 3225479b4910b406043c1e2169f6768b46628686 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 20 Oct 2014 22:42:52 +0200 Subject: [PATCH] Do not suppress SSH check output. --- backmeupscotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backmeupscotty b/backmeupscotty index 9087a17..4f0dc9a 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -178,7 +178,7 @@ function backmeupscotty { esac done - if (! ssh -q $REMOTE_HOST exit); then + if (! ssh $REMOTE_HOST exit); then scottyerror "Could not establish SSH connection to $REMOTE_HOST!" exit 1 fi -- 2.39.5