summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_master_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-16 09:57:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-16 09:57:58 +0200
commitefe1358e0212cc1dfc8ba7f0f4e48d3e2c675257 (patch)
treecc5d312807b12b9aca9841607e5931a70ab18c14 /bin/jenkins_master_wrapper.sh
parentee78cf7b74ea65e6d56faf121b93461041673e95 (diff)
downloadjenkins.debian.net-efe1358e0212cc1dfc8ba7f0f4e48d3e2c675257.tar.xz
reproducible: fix typos
Diffstat (limited to 'bin/jenkins_master_wrapper.sh')
-rwxr-xr-xbin/jenkins_master_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 12dcb142..f7eaaf4a 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -36,7 +36,7 @@ set +e
ssh -p $PORT $NODE_NAME /bin/true
RESULT=$?
# abort job if host is down
-if [ $RESULT -ne 0 ] then
+if [ $RESULT -ne 0 ] ; then
echo "$(date -u) - $NODE_NAME seems to be down, sleeping 15min before aborting this job."
sleep 15m
/srv/jenkins/bin/abort.sh