[DRE-commits] [diaspora-installer] 14/23: generate secret token as root

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jan 25 21:57:48 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 4cc8a46177085236dc241e0f3748d67eda5461f3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jan 25 12:14:50 2017 +0530

    generate secret token as root
---
 initdb.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/initdb.sh b/initdb.sh
index b30d86a..a76c48e 100755
--- a/initdb.sh
+++ b/initdb.sh
@@ -10,6 +10,8 @@ check_db_status() {
   fi
 }
 
+# Generate secret token
+bundle exec rake generate:secret_token
 
 # Check if the db is already present
 if check_db_status ; then

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