summaryrefslogtreecommitdiffstats
path: root/bin/maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-03 09:57:18 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-03 09:57:18 +0100
commitb34cbe50db0e5267d7ffacf9210919a2977f5ded (patch)
tree0676693e12c3b24db42f5435f6b0cee395416c05 /bin/maintenance.sh
parentb6948375466b3bdeac9c01eabb284e88d65a8837 (diff)
downloadjenkins.debian.net-b34cbe50db0e5267d7ffacf9210919a2977f5ded.tar.xz
fix output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/maintenance.sh')
-rwxr-xr-xbin/maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/maintenance.sh b/bin/maintenance.sh
index 700c9f33..bb75c5dc 100755
--- a/bin/maintenance.sh
+++ b/bin/maintenance.sh
@@ -67,7 +67,7 @@ report_old_directories() {
OLDSTUFF=$(find $1/* -maxdepth 0 -type d -mtime +$2 ! -path "$3*" -exec ls -lad {} \;)
fi
if [ ! -z "$OLDSTUFF" ] ; then
- echo "Warning: old temp directories found in $REP_RESULTS"
+ echo "Warning: old temp directories found in $1"
echo
echo "$OLDSTUFF"
echo "Please cleanup manually."