summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_node_health_check.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-28 11:55:02 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-28 11:55:02 +0200
commit615d36e723f2dc6b3a1cc9dd9ad782a837549350 (patch)
treeac5082da49ba62be36b20771af56ea308d5ec5a8 /bin/reproducible_node_health_check.sh
parent795ab8b893c1458f308614c1f8f0c65af96d4280 (diff)
downloadjenkins.debian.net-615d36e723f2dc6b3a1cc9dd9ad782a837549350.tar.xz
fixup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_node_health_check.sh')
-rwxr-xr-xbin/reproducible_node_health_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index bad7a4b1..1fc61fb8 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -149,7 +149,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
if [ ! -z "$ZOMBIES" ] ; then
echo "Warning, rise of the jenkins job zombies has started again, these jobs should not exist:"
echo -e "$ZOMBIES"
- DIRTY=TRUE
+ DIRTY=true
echo
fi
fi