Hello All,
I am trying to making awstats update script mannually using shel script help.
I have some query please guid me properly..
awstats solution =
1)cp /home/user/tmp/awstats/awstats.domainname.com.conf /etc/
2)/usr/local/cpanel/base/awstats.pl -config=domainname.com -update
3)rm -rf /etc/awstats.domainname.com.conf
if i make shell script like as below.
#/bin/sh
echo Enter Domain name
read domain
##(it will get domain name only but i want to use both valu domain + user)
i have to make shell script like
./awupdate either domain name or username only
Waiting for reply....

I am trying to making awstats update script mannually using shel script help.
I have some query please guid me properly..
awstats solution =
1)cp /home/user/tmp/awstats/awstats.domainname.com.conf /etc/
2)/usr/local/cpanel/base/awstats.pl -config=domainname.com -update
3)rm -rf /etc/awstats.domainname.com.conf
if i make shell script like as below.
#/bin/sh
echo Enter Domain name
read domain
##(it will get domain name only but i want to use both valu domain + user)
i have to make shell script like
./awupdate either domain name or username only
Waiting for reply....