[DRE-commits] [diaspora-installer] 07/08: fix postinst gitlab -> diaspora

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 353f9e41af895e477aa651e79c2c9ce127daa7ce
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Dec 31 14:30:22 2016 +0530

    fix postinst gitlab -> diaspora
---
 debian/diaspora-common.postinst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/diaspora-common.postinst b/debian/diaspora-common.postinst
index be149bf..502c043 100755
--- a/debian/diaspora-common.postinst
+++ b/debian/diaspora-common.postinst
@@ -68,9 +68,9 @@ case "$1" in
         if [ "${RET}" = "true" ]; then
 	  echo "Configuring letsencrypt..."
           ln -sf /etc/letsencrypt/live/${SERVERNAME}/fullchain.pem \
-          /etc/gitlab/ssl/${SERVERNAME}-bundle.crt
+          /etc/diaspora/ssl/${SERVERNAME}-bundle.crt
           ln -sf /etc/letsencrypt/live/${SERVERNAME}/privkey.pem \
-          /etc/gitlab/ssl/${SERVERNAME}.key
+          /etc/diaspora/ssl/${SERVERNAME}.key
 
 	  # Check if certificate is already present
 	  if [ -e /etc/letsencrypt/live/${SERVERNAME}/fullchain.pem ]; then

-- 
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