#!/bin/sh ################################################## # $HOME/protected/cron/awstats/update_awstats.sh # ################################################## # Update AWStats. # Set variables AWSTATS_DIR=$HOME/www/path/to/awstats/ # AWStats directory AWSTATS_CMD="awstats.pl -config=www_yousite_com -update >/dev/null" # AWStats update command line #################################################### # Script, no edit below this point. perl $AWSTATS_DIR$AWSTATS_CMD exit 0