summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/generate-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generate-config b/config/generate-config
index d61e7c1..da6a236 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -61,7 +61,7 @@ def config(currency, envname, exchange_pub):
cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
cfg_put("blog", "uwsgi_serve", "unix")
- cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
+ cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
cfg_put("blog", "instance", "FSF")