[DRE-commits] [diaspora-installer] 22/55: remove remaining -pristine

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Dec 8 12:41:24 UTC 2014


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

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

commit aa19e21cbc741e6c2eca8c9744e7cb6d45f8cfe4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Dec 2 18:54:00 2014 +0530

    remove remaining -pristine
---
 debian/postinst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index 170b3da..a10cf06 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -59,7 +59,7 @@ case "$1" in
 		then echo export RAILS_ENV=production >> /etc/diaspora.conf
 	fi
 
-	if ! grep DB /etc/diaspora-diaspora-pristine.conf 
+	if ! grep DB /etc/diaspora-diaspora.conf 
 		then echo export DB=postgres >> /etc/diaspora.conf
 	fi
 	
@@ -73,11 +73,11 @@ case "$1" in
 	sudo -u diaspora -E bundle exec rake assets:precompile
 	echo "Starting diaspora service..."
 	sudo -u diaspora -E -i nohup ./script/server &
-	echo "Copy $SERVERNAME-bundle.pem and $SERVERNAME.key to /etc/diaspora-pristine/ssl"
+	echo "Copy $SERVERNAME-bundle.pem and $SERVERNAME.key to /etc/diaspora/ssl"
 	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-pristine/nohup.out"
+	echo "To see the service status, run # tail -f /usr/share/diaspora/nohup.out"
    ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

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