ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/install.sh
Revision: 903
Committed: 2007-04-29T02:59:20-07:00 (18 years, 2 months ago) by douglas
Content type: text/x-sh
File size: 391 byte(s)
Log Message:
Phone!

File Contents

# User Rev Content
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     setfacl -m user:www:rw- $target/{Error,Memory}.log

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Id