diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-12-25 11:44:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-25 12:22:16 +0100 |
commit | b4e9e5f4ca425db7723cfefa434087f49f522215 (patch) | |
tree | 7914f4a7d2fe46ea11263c88f0e56b8177580272 /bin | |
parent | d2ad346cbcac2330febfee7b96e6b64abdc719df (diff) | |
download | jenkins.debian.net-b4e9e5f4ca425db7723cfefa434087f49f522215.tar.xz |
reproducible debian: maintenance: fix syntax error
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
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." |