From: Joerg Jaspert Date: Thu, 24 Dec 2015 13:39:55 +0000 (+0100) Subject: ssh in a while loop really wants -n X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=1a24585c805c924e25f567c8da728402d95a5cc8 ssh in a while loop really wants -n --- diff --git a/config/debian/common b/config/debian/common index ee762f23..bb6f8e4a 100644 --- a/config/debian/common +++ b/config/debian/common @@ -24,7 +24,7 @@ function debug () { } function wbtrigger() { - SSHOPT="-o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240" + SSHOPT="-n -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240" if lockfile -r 3 -l 3600 "${LOCK_BUILDD}"; then ssh -q -q ${SSHOPT} wbadm@buildd /srv/wanna-build/trigger.often fi diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index be7413a4..09e9c9b1 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -224,7 +224,7 @@ while read FUNC ARGS TIME ERR BACKGROUND; do esac done < <(cat - <