diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 15:36:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 15:36:28 -0200 |
commit | 92faf915f3c41742c2b946045137c953ff30c6ed (patch) | |
tree | 4752efe049972b92d82f5adedbf295c64035bf08 /lib | |
parent | 9f1a6723e37a9e82574cbd4a1a7f4726be9baf64 (diff) | |
download | hydra-92faf915f3c41742c2b946045137c953ff30c6ed.tar.gz hydra-92faf915f3c41742c2b946045137c953ff30c6ed.tar.bz2 |
Fix HYDRA_CONNECT
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index 07ade8d..5390159 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -52,7 +52,7 @@ function hydra_check_preferences { PUPPET="$HYDRA_FOLDER/puppet" PUPPET_KEYS="$PUPPET/keys" - export HYDRA_CONNECT="ssh -T -o -q ConnectTimeout=15" + export HYDRA_CONNECT="ssh -T -q -o ConnectTimeout=15" } # Load a parameter from config |