1 |
douglas |
554 |
#!/usr/bin/env bash |
2 |
|
|
# Douglas Thrift |
3 |
|
|
# |
4 |
douglas |
902 |
# Feeping Creaturism |
5 |
douglas |
554 |
# |
6 |
|
|
# $Id$ |
7 |
|
|
|
8 |
douglas |
903 |
if [[ `uname -n` == 'daemon.douglasthrift.net' ]]; then |
9 |
|
|
target='/usr/local/www/cgi-bin' |
10 |
|
|
else |
11 |
|
|
target="$HOME/DouglasThrift.net/WWW/data/cgi-bin" |
12 |
|
|
fi |
13 |
douglas |
902 |
|
14 |
douglas |
903 |
install -pv Bender $target/bender.cgi |
15 |
|
|
install -pv -m 0644 bender.xml $target/bender.xml |
16 |
douglas |
902 |
touch $target/{Error,Memory}.log |
17 |
douglas |
1080 |
chmod g+w $target/{Error,Memory}.log |
18 |
|
|
sudo chgrp www $target/{Error,Memory}.log |