compress_logs.sh: only search for CSV files in the logs directory
This commit is contained in:
parent
e7a11c290c
commit
118a0b04b3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ if [ "$ubat" -lt "$ubat_thr" ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
find -name \*.csv -mtime +3 | xargs -P3 -n1 nice -n 19 ./xz_safe.sh
|
||||
find logs/ -name \*.csv -mtime +3 | xargs -P3 -n1 nice -n 19 ./xz_safe.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue