Working on Mongoose
This commit is contained in:
parent
af77a81801
commit
63e894fc3b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
|
|||
platform='osx'
|
||||
fi
|
||||
|
||||
PATH_docroot=`cd ../WWWRoot && pwd`
|
||||
PATH_docroot=`cd ../../../html && pwd`
|
||||
echo "Serving $PATH_docroot"
|
||||
|
||||
PATH_this="`pwd`/"
|
||||
|
|
Loading…
Reference in a new issue