From b4e9e5f4ca425db7723cfefa434087f49f522215 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 25 Dec 2016 11:44:04 +0100 Subject: reproducible debian: maintenance: fix syntax error Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_maintenance.sh') 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." -- cgit v1.2.3-70-g09d2