AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /etc/logrotate.d/httpd-prerotate/awstats/
Upload File :
Current File : //etc/logrotate.d/httpd-prerotate/awstats/prerotate.sh

#!/bin/sh
UPDATE_SCRIPT=/usr/share/awstats/tools/update.sh
if [ -x $UPDATE_SCRIPT ]
then
  su -l -c $UPDATE_SCRIPT www-data
fi