tweak the site path to be more generic
This commit is contained in:
parent
82ca3ff3ed
commit
247df6e56c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue