fixing PATH in alternc-awstats cron
This commit is contained in:
parent
1c3d154fa9
commit
da08e287e4
|
@ -1,11 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Appelé seul, lance les stats AWStats du jour.
|
# Called with no parameters, launch the daily awstats stats
|
||||||
# Appelé avec "all" lance les stats avec tous les fichiers .gz situés dans /var/log/apache
|
# called with "all", launch all stats with all apache log files from /var/log/alternc/sites/
|
||||||
# Appelé avec un nom de domaine en paramètre, rescanne tous les fichiers .gz pour ce domaine uniquement.
|
# called with a domain name, launch the stats for this domain from all apache log files
|
||||||
|
|
||||||
# Include some usefull functions
|
cd /usr/lib/alternc
|
||||||
. /usr/lib/alternc/functions.sh
|
# AlternC system functions
|
||||||
|
. ./functions.sh
|
||||||
|
|
||||||
# Regenerate the awstat etc cache files :
|
# Regenerate the awstat etc cache files :
|
||||||
if [ -x ./awstats.cache.php ]
|
if [ -x ./awstats.cache.php ]
|
||||||
|
|
Loading…
Reference in New Issue