diff options
Diffstat (limited to 'functions/tech-support-brief')
-rwxr-xr-x | functions/tech-support-brief | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support-brief b/functions/tech-support-brief index 0521416..27c62fd 100755 --- a/functions/tech-support-brief +++ b/functions/tech-support-brief @@ -19,7 +19,7 @@ DEFAULT_GROUP=users do_rotate () { local count=`ls -t $DEFAULT_PATH/*.tech-support.* 2>/dev/null |wc -l` - if (( count >= 10 )); then + if (( count >= 100 )); then local dfile=`ls -t $DEFAULT_PATH/*.tech-support.* 2>/dev/null |tail -1` rm -f $dfile >&/dev/null \ && echo "Removed old tech-support brief output file '$dfile'" |