sorry guys for asking this question, i know theres a lot of topic talking 'bout this but nothing worked for me!
i just want to run a simple script from cron to make my websites logs...
this is only one line of code...
Code:
for i in /etc/webalizer/*.conf; do webalizer -c $i; done
i tried to put it in crontab -e --> didnt work
i tried to put it in a file and called it from cron --> didnt work
anyone can help me with this?
thank you very much
Luke.
btw : this code works if i type it myself without cron
