mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/sh
|
|
/usr/share/awstats/tools/awstats_updateall.pl now \
|
|
-configdir=/etc/awstats \
|
|
-awstatsprog=/srv/http/awstats/cgi-bin/awstats.pl > /dev/null
|
|
|
|
chmod -R og+r /var/lib/awstats
|