diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-03 09:57:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-03 09:57:18 +0100 |
commit | b34cbe50db0e5267d7ffacf9210919a2977f5ded (patch) | |
tree | 0676693e12c3b24db42f5435f6b0cee395416c05 /bin | |
parent | b6948375466b3bdeac9c01eabb284e88d65a8837 (diff) | |
download | jenkins.debian.net-b34cbe50db0e5267d7ffacf9210919a2977f5ded.tar.xz |
fix output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/maintenance.sh | 2 |
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." |