[DRE-commits] [diaspora-installer] 04/04: change home directory to /var/lib/diaspora

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jan 23 13:55:54 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 6a3bcb88d419a68023acade59d7b0137d890d852
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Jan 23 19:16:42 2017 +0530

    change home directory to /var/lib/diaspora
---
 adduser.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adduser.sh b/adduser.sh
index 9db0de6..81b40d0 100755
--- a/adduser.sh
+++ b/adduser.sh
@@ -5,7 +5,7 @@
 user=diaspora
 
 echo "Creating/updating $user user account..."
-adduser --system --home /usr/share/$user \
+adduser --system --home /var/lib/$user \
 	--gecos "$user system user" --shell /bin/false \
 	--quiet --disabled-password --disabled-login $user || {
   # adduser failed. Why?

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