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