summaryrefslogtreecommitdiffstats
path: root/bin/maintenance.sh
diff options
context:
space:
mode:
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."