taler-deployment

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

commit 8c9f44d21e6a3e9f011e84a6bac4c055684d03d0
parent 450b4cfe4e02215bb2259b6d3c3727f9f771d25e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu,  3 Jan 2019 10:29:24 +0100

typo

Diffstat:
Mguix/fixed-fcgiwrap.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm @@ -108,7 +108,7 @@ (match '#$parsed-socket (('unix path) ;; Clean up socket, otherwise fcgiwrap might not start properly. - (cleanup path) + (clean-up path) (when #$ensure-dir? (ensure-socket-dir (dirname path) #$user #$group)) (let ((pid (start-fcgiwrap)))