[DRE-commits] [diaspora-installer] 06/06: source ${diaspora_conf}

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 28 17:23:58 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 64d7feaa9a5ab2d45d19ef10d4e6f05b4e91a8d9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 28 22:50:22 2016 +0530

    source ${diaspora_conf}
---
 set-env-diaspora.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/set-env-diaspora.sh b/set-env-diaspora.sh
index e3b52c4..d842f97 100755
--- a/set-env-diaspora.sh
+++ b/set-env-diaspora.sh
@@ -13,6 +13,8 @@ if test -f ${diaspora_conf}; then
       echo export BUNDLE_WITH=mysql >> ${diaspora_conf}
     fi
   fi
+  # source diaspora variables	
+  . ${diaspora_conf}
 else
   echo "Using ${diaspora_conf_private}..."
   if ! grep RAILS_ENV ${diaspora_conf_private}; 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