taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 605b0fd31445050505eb9764b9617268d2d1640c
parent a936ef59a916f8c7dce416aa5657e60d938315f8
Author: ms <ms@taler.net>
Date:   Sat, 13 Nov 2021 21:09:07 +0100

remove accidental uppercase

Diffstat:
Mbin/WIP/taler-local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local @@ -960,7 +960,7 @@ def prepare(): obj.cfg_put("donations", "serve", "uwsgi") obj.cfg_put("donations", "uwsgi_serve", "unix") - obj.cfg_put("donations", "uwsgi_unixpath", str(unix_sockets_dir / "DONATIONS.Sock")) + obj.cfg_put("donations", "uwsgi_unixpath", str(unix_sockets_dir / "donations.Sock")) obj.cfg_put("donations", "uwsgi_unixpath_mode", "660") obj.cfg_put("landing", "serve", "uwsgi")