[DRE-commits] [gitlab] 04/05: give gitlab use shell access (for gitlab-shell)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jan 15 14:57:51 UTC 2016


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

praveen pushed a commit to branch master-8.4
in repository gitlab.

commit 9643c77c7a3dab4287a5ea6a8fb1ffeec25330cd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Jan 15 19:52:08 2016 +0530

    give gitlab use shell access (for gitlab-shell)
---
 debian/adduser.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/adduser.sh b/debian/adduser.sh
index 1deaae7..a6c4721 100755
--- a/debian/adduser.sh
+++ b/debian/adduser.sh
@@ -6,7 +6,7 @@ user=gitlab
 
 echo "Creating/updating $user user account..."
 adduser --system --home /usr/share/$user \
-	--gecos "$user system user" --shell /bin/false \
+	--gecos "$user system user" --shell /bin/sh \
 	--quiet --disabled-password --disabled-login $user || {
   # adduser failed. Why?
   if [ `getent passwd $user|awk -F ':' '{print $3}'` -gt 999 ] >/dev/null ; then

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



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