From c726f17a2da51fabf13441513712397e16cf3710 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 15 Aug 2015 22:39:05 +0000 Subject: reproducible: maintenance: reduce logparse noise when deleting old directories in /srv/reproducible-results --- 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 dd935b3e..9b302b43 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -44,7 +44,7 @@ fi OLDSTUFF=$(find $REP_RESULTS -maxdepth 1 -type d -name "tmp.*" -mtime +2 -exec ls -lad {} \;) if [ ! -z "$OLDSTUFF" ] ; then echo - echo "Warning: old temp directories found in $REP_RESULTS" + echo "Old temp directories found in $REP_RESULTS" find $REP_RESULTS -maxdepth 1 -type d -name "tmp.*" -mtime +2 -exec rm -rv {} \; echo "These old directories have been deleted." echo -- cgit v1.2.3-70-g09d2