[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cron for AWStats



Hello

maybe you can do this ?

#!/bin/sh
cd /home/sites
for a in home site* ; do
chmod 777 /home/sites/$a/logs
done

for a in home site* ; do
export SERVER_NAME=$a
/home/wstats/wstats.pl config=site
done


Fred