[DRE-commits] [diaspora-installer] 06/21: create user when ssl is enabled as well
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon May 11 12:36:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit b3c5bc2bc8bcf48bfc8afb5308c08c490cdff3f2
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon May 11 12:28:42 2015 +0530
create user when ssl is enabled as well
---
debian/diaspora-common.postinst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/diaspora-common.postinst b/debian/diaspora-common.postinst
index 161f940..36cfa53 100755
--- a/debian/diaspora-common.postinst
+++ b/debian/diaspora-common.postinst
@@ -72,14 +72,13 @@ case "$1" in
export SERVERNAME=${RET}
echo export ENVIRONMENT_URL="http://$SERVERNAME:3000" >> /etc/diaspora.conf
fi
-
+ fi
${diaspora_scripts}/adduser.sh
${diaspora_scripts}/grantpriv.sh
mkdir -p ${diaspora_nginx_log}
mkdir -p ${diaspora_home}
chown -R ${diaspora_user}: ${diaspora_home}
db_stop
- fi
fi
;;
--
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