[DRE-commits] [diaspora-installer] 05/12: set shell for diaspora user

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 28 05:17:59 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 0cfaa1bbe522b24af685fcd63bd0cac675ca46da
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Aug 27 23:59:44 2016 +0530

    set shell for diaspora user
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 34512a9..2209455 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -66,7 +66,7 @@ case "$1" in
         install_gems
 
 	echo "Installing gems with rubygems ..."
-	su diaspora -c "bundle install --path vendor/bundle --without development test"
+	su diaspora -s /bin/sh -c "bundle install --path vendor/bundle --without development test"
 
 	echo "Running migrations..."
 	migrate

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