diff options
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." |