Re-running all website statistics in cpanel
Friday, March 28th, 2008Found this:
for i in `ls /var/cpanel/users`;do /scripts/runweblogs $i;done
here:
Executing /scripts/runweblogs for all users in cpanel
Also while on the subject of cpanel … if you are a bit of a server n00b like me … this restarts the cron service …
service crond restart