Skip to content

Commit

Permalink
Merge pull request #250 from RoanKanninga/master
Browse files Browse the repository at this point in the history
fixing issue when connecting via ssh to zinc-finger
  • Loading branch information
marieke-bijlsma authored Apr 10, 2019
2 parents 4018a9c + c98f789 commit e623279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/CopyToResultsDir.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e623279

Please sign in to comment.