[DRE-commits] [diaspora] 204/257: fix nginx reload command

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:27 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora.

commit 6e77fd32981491bad86f3ef5072ee55c8fd3ff1b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jan 8 15:46:16 2015 +0530

    fix nginx reload command
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index a3d9e29..5ee9dd9 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -85,7 +85,7 @@ case "$1" in
 	echo "Starting diaspora service..."
 	sudo -u diaspora -E -i nohup ./script/server &
 	echo "Copy $SERVERNAME-bundle.pem and $SERVERNAME.key to /etc/diaspora/ssl"
-	echo "And reload nginx, run # /etc/init.d  nginx reload"
+	echo "And reload nginx, run # /etc/init.d/nginx reload"
 	echo "visit your pod at $ENVIRONMENT_URL"
 	echo "To stop diaspora, run # killall -9 unicorn_rails foreman sidekiq"
 	echo "To see the service status, run # tail -f /usr/share/diaspora/nohup.out"

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



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