[DRE-commits] [diaspora-installer] 05/06: use /dev/null

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 96c5d1b990204c4af60976d45f98553c25ce8fd4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 28 22:46:01 2016 +0530

    use /dev/null
---
 set-env-diaspora.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/set-env-diaspora.sh b/set-env-diaspora.sh
index 3e29f19..e3b52c4 100755
--- a/set-env-diaspora.sh
+++ b/set-env-diaspora.sh
@@ -4,7 +4,7 @@
 . /etc/diaspora/diaspora-common.conf
 if test -f ${diaspora_conf}; then
   echo "Using ${diaspora_conf}..."
-  if ! grep BUNDLE_WITH ${diaspora_conf}; then
+  if ! grep BUNDLE_WITH ${diaspora_conf} >/dev/null; then
     echo "Older versions did not set BUNDLE_WITH variable"
     echo "Setting BUNDLE_WITH variable in ${diaspora_conf}..."
     if [ $(grep DB ${diaspora_conf} |cut -d= -f2) = "postgres" ]; 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