Skip to content
Snippets Groups Projects
Commit f8f666e5 authored by Ariel Nunez's avatar Ariel Nunez
Browse files

Fixed typo in geonodedir location in installer.sh

parent e69be090
Branches
Tags 2.0b26 debian/2.0.0+beta26
No related merge requests found
......@@ -92,7 +92,7 @@ function setup_django_every_time() {
geonodedir=`python -c "import geonode;import os;print os.path.dirname(geonode.__file__)"`
ln -sf $GEONODE_ETC/local_settings.py $sitedir/local_settings.py
ln -sf $GEONODE_ETC/local_settings.py $geonodedir/local_settings.py
# Set up logging symlink
mkdir -p $GEONODE_LOG
ln -sf /var/log/apache2/error.log $GEONODE_LOG/apache.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment