me
/
guix
Archived
1
0
Fork 0

services: certbot: Fix indentation.

* gnu/services/certbot.scm (certbot-activation): Fix indentation.
master
Clément Lassieur 2018-02-09 01:02:08 +01:00
parent 7ab04c17c0
commit 301518638f
No known key found for this signature in database
GPG Key ID: 89F96D4808F359C7
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@
(($ <certbot-configuration> package webroot hosts default-location)
(with-imported-modules '((guix build utils))
#~(begin
(use-modules (guix build utils))
(mkdir-p #$webroot)
(use-modules (guix build utils))
(mkdir-p #$webroot)
(for-each
(lambda (host)
(unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))