Changeset 1894

Show
Ignore:
Timestamp:
02/06/07 21:50:00 (1 year ago)
Author:
moseley
Message:

Tweaked crontab

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/etc/crontab

    r1893 r1894  
    33 
    44# Top level directory where the site is built 
    5 ROOT=$HOME 
     5ROOT=/opt/swish 
     6PATH=/usr/local/bin:/usr/bin:/bin 
    67 
    78# Reindex the archive if a new message has come in 
    8 8,15,37,45 * * * *  rm time_to_index 2>/dev/null && $ROOT/swish_website/index_archive $ROOT 
     98,15,37,45 * * * *  rm time_to_index 2>/dev/null && $ROOT/swish_website/index_archive.sh $ROOT 
    910 
    1011# Check for updates during the day and reindex site 
     
    1718 
    1819# Once a day rebuild the entire site. 
    19 # 20 2 * * *          cd $HOME/swish/swish_website && ./build.sh -all 
     20# 20 2 * * *         $ROOT/swish_website/build.sh $ROOT -all