how about the /usr/local/FlashphonerWebCallServer/logs/Client_logs
for the client logs is have subfolder,
as my script.sh is running
find /usr/local/FlashphonerWebCallServer-5.0.2840/logs/client_logs/* -mtime +1 -exec rm {} \;
this command wont clean the Client_logs, please help . thanks