Changeset 1037 for trunk/alternc-awstats


Ignore:
Timestamp:
09/08/04 18:24:46 (9 years ago)
Author:
anonymous
Message:

Suppression des inutiles
Corrections diverses dans le script (on n'EFFACE PAS le cache ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/alternc-awstats

    r1035 r1037  
    1717fi 
    1818 
    19 CACHEDIR="/var/cache/alternc-awstats" 
     19CACHEDIR="/var/cache/awstats" 
    2020TMPDNS=`mktemp -p /tmp` 
    2121TMPLOG=`mktemp -p /tmp` 
     
    2626    rm -f $TMPDNS 
    2727    rm -f $TMPLOG 
    28     rm -rf $CACHEDIR/* 
     28#    rm -rf $CACHEDIR/* 
    2929} 
    3030 
     
    4646 
    4747# Clear the cache dir 
    48 rm -rf $CACHEDIR/*  
    49 # Fill the cache dir 
    50 /usr/lib/alternc/awstats.cache.php 
     48# DONT do it ! it looses all previously computed data !  
     49#rm -rf $CACHEDIR/*  
     50# Fill the cache dir (/etc dir) 
     51# not required: m_aws.php build it properly 
     52# /usr/lib/alternc/awstats.cache.php 
    5153 
    5254# Launch the stat 
Note: See TracChangeset for help on using the changeset viewer.