Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 reyssat 1
#! /bin/sh
2
# Automatic daily module update
3
 
4
cd `dirname $0`/..
5
scripttest=yes
6
QUERY_STRING=
7
export scripttest
8
bin/server-interrupt
9
bin/modupdate mail
10
bin/server-resume
11
 
12
# Module indexing if necessary
13
if [ -f log/modupdate ]; then
14
 bin/mkindex
15
 rm -f log/modupdate
16
fi
17