[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cron for AWStats
- Subject: Re: [cobalt-users] Cron for AWStats
- From: Frederic <journal@xxxxxxxxxx>
- Date: Sat Dec 14 11:33:01 2002
- Organization: remove nospam tio write me
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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