Add new hostname to pre_release script

This commit is contained in:
Nico Schottelius 2006-08-22 11:03:35 +02:00
parent 97019b92d1
commit 4576d0e730
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
file=$1
host=creme.schottelius.org
host=home.schottelius.org
dir=public_html/pre-release/
url="http://schotteli.us/~nico/pre-release"
url="http://home.schottelius.org/~nico/pre-release"
[ -z "$file" ] && exit 1