提交 1dc886cd 编写于 作者: J Joerg Jaspert

One o too much

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 0c4a7017
......@@ -30,7 +30,7 @@ function wbtrigger() {
SSHOPT="-o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240"
if lockfile -r 3 -l 3600 "${LOCK_BUILDD}"; then
if [ "x${MODE}x" = "xdailyx" ]; then
ssh -o ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org
ssh ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org
elif [ "x${MODE}x" = "xoftenx" ]; then
ssh -q -q ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.often
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册