diff options
Diffstat (limited to 'auth/sample/logs/clean')
-rw-r--r-- | auth/sample/logs/clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/sample/logs/clean b/auth/sample/logs/clean index 7d5152b9..7fa18ef8 100644 --- a/auth/sample/logs/clean +++ b/auth/sample/logs/clean @@ -1,7 +1,7 @@ cd /opt/app/osaaf/logs for D in `find . -type d`; do if [ "$D" != "./" ]; then - rm -f $D/*.log + rm -f $D/*.log.* fi done |