From c98f7895dfd5b27eed29e2a1d9ec13b8553c9e04 Mon Sep 17 00:00:00 2001 From: RoanKanninga Date: Wed, 10 Apr 2019 07:28:26 +0200 Subject: [PATCH] fixing issue when connecting via ssh to zinc-finger --- protocols/CopyToResultsDir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 protocols/CopyToResultsDir.sh diff --git a/protocols/CopyToResultsDir.sh b/protocols/CopyToResultsDir.sh old mode 100755 new mode 100644 index db226a42..e77a1ea2 --- a/protocols/CopyToResultsDir.sh +++ b/protocols/CopyToResultsDir.sh @@ -265,7 +265,7 @@ then elif [[ "${SLURM_CLUSTER_NAME}" == "leucine-zipper" ]] then - ssh -q zinc-finger.gcc.rug.nl exit + ssh -tt -q zinc-finger.gcc.rug.nl exit if [ $? -eq 0 ] then tmpHost="zinc-finger.gcc.rug.nl"