summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-12-25 11:44:04 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-25 12:22:16 +0100
commitb4e9e5f4ca425db7723cfefa434087f49f522215 (patch)
tree7914f4a7d2fe46ea11263c88f0e56b8177580272 /bin/reproducible_maintenance.sh
parentd2ad346cbcac2330febfee7b96e6b64abdc719df (diff)
downloadjenkins.debian.net-b4e9e5f4ca425db7723cfefa434087f49f522215.tar.xz
reproducible debian: maintenance: fix syntax error
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 64332ef2..9e519c48 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -416,7 +416,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
# regular logfile, logrotate is used (and the file aint owned by jenkins)
cp $PROBLEM $TMPFILE
fi
- ( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ; then
+ ( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ]; then
echo "diskspace issues should always be investigated."
else
echo "A few entries per day are normal, a few dozens or hundreds probably not."