Change API Version to 2.1.15
[aaf/authz.git] / auth / sample / logs / clean
index 7d5152b..7fa18ef 100644 (file)
@@ -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