ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/install.sh
Revision: 1080
Committed: 2008-08-11T14:56:42-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-sh
File size: 419 byte(s)
Log Message:
No more acls because we have ZFS.

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 douglas 1080 chmod g+w $target/{Error,Memory}.log
18     sudo chgrp www $target/{Error,Memory}.log

Properties

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