]> git.treefish.org Git - backmeupscotty.git/commitdiff
Do not suppress SSH check output.
authorAlexander Schmidt <alex@treefish.org>
Mon, 20 Oct 2014 20:42:52 +0000 (22:42 +0200)
committerAlexander Schmidt <alex@treefish.org>
Mon, 20 Oct 2014 20:42:52 +0000 (22:42 +0200)
backmeupscotty

index 9087a17c2a2064fb8a7a031ee783caaed7ed3c52..4f0dc9adb110220e11b0bd77bc1a27f1decd9d64 100644 (file)
@@ -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