[DRE-commits] [diaspora-installer] 08/08: create ssl directory

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Dec 31 09:11:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit bb02e0160710342f58b10f42f0416556b942b7f8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Dec 31 14:36:13 2016 +0530

    create ssl directory
---
 debian/diaspora-common.postinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/diaspora-common.postinst b/debian/diaspora-common.postinst
index 502c043..5096cbe 100755
--- a/debian/diaspora-common.postinst
+++ b/debian/diaspora-common.postinst
@@ -67,6 +67,7 @@ case "$1" in
         db_get diaspora-common/letsencrypt
         if [ "${RET}" = "true" ]; then
 	  echo "Configuring letsencrypt..."
+          mkdir -p /etc/diaspora/ssl
           ln -sf /etc/letsencrypt/live/${SERVERNAME}/fullchain.pem \
           /etc/diaspora/ssl/${SERVERNAME}-bundle.crt
           ln -sf /etc/letsencrypt/live/${SERVERNAME}/privkey.pem \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list