Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 reyssat 1
#! /bin/sh
2
 
3
./wims defaults >defaults.conf
4
cp wims ../public_html/
5
cp Changelog ../public_html/html
6
chmod a+s ../public_html/wims
7
rm -f ../public_html/wims.cgi ../tmp/log/wimslogd.pid ../sessions/.wimslogd
8
ln -s wims ../public_html/wims.cgi
9
../bin/update
10
cd ..
11
chmod a+rx public_html .
12
exit 0
13