Skip to content

Commit

Permalink
Fix 'working-dir' in geoip.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrestedDevelopment authored and bsimpson63 committed Jun 2, 2014
1 parent 671055f commit 266eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-reddit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ if [ ! -f /etc/gunicorn.d/geoip.conf ]; then
cat > /etc/gunicorn.d/geoip.conf <<GEOIP
CONFIG = {
"mode": "wsgi",
"working_dir": "$REDDIT_HOME/reddit/scripts",
"working_dir": "$REDDIT_HOME/src/reddit/scripts",
"user": "$REDDIT_USER",
"group": "$REDDIT_USER",
"args": (
Expand Down

0 comments on commit 266eb76

Please sign in to comment.