[DRE-commits] [diaspora-installer] 04/23: fix nginx configuration

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jan 25 21:57:47 UTC 2017


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

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

commit aafe65dea5f9d9c361a9e36d5d191262dad6a4d3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jan 24 22:54:45 2017 +0530

    fix nginx configuration
---
 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 6e73a82..b6c7286 100755
--- a/debian/diaspora-common.postinst
+++ b/debian/diaspora-common.postinst
@@ -72,8 +72,8 @@ case "$1" in
         fi
         # Configure nginx if available
         if which nginx > /dev/null 2>&1; then
-            echo "SSL enabled, configuring nginx for ${RET}..."
-            /usr/lib/diaspora-common/scripts/set-env-nginx.sh ${RET}
+            echo "SSL enabled, configuring nginx for ${SERVERNAME}..."
+            /usr/lib/diaspora-common/scripts/set-env-nginx.sh ${SERVERNAME}
         else
             echo "nginx not installed, skipping configuration..."
         fi

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