tweak the site path to be more generic

This commit is contained in:
Gunter Labes 2008-03-12 14:56:29 +00:00
parent 82ca3ff3ed
commit 247df6e56c

View file

@ -6,7 +6,7 @@ if [ $# -ne 1 ]; then
fi
VERSION=$1
SITE=$HOME/public_html
SITE=$HOME/html/units
SOURCE=$HOME/source
if ! [ -d $SOURCE ]; then