[Fusionforge-commits] FusionForge branch master updated. 6.0.4-425-g0b27de6

Roland Mas lolando at libremir.placard.fr.eu.org
Tue May 3 23:36:15 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  0b27de65cdf400761215d57d0e6c51e39c2a658e (commit)
      from  27fae9e4c2c32c9e4a1e9d12c09589bf9919c831 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0b27de65cdf400761215d57d0e6c51e39c2a658e

commit 0b27de65cdf400761215d57d0e6c51e39c2a658e
Author: Roland Mas <lolando at debian.org>
Date:   Tue May 3 23:35:46 2016 +0200

    Less verbose

diff --git a/src/post-install.d/db/populate.sh b/src/post-install.d/db/populate.sh
index 61a6e2c..af98f1a 100755
--- a/src/post-install.d/db/populate.sh
+++ b/src/post-install.d/db/populate.sh
@@ -70,7 +70,7 @@ cat <<EOF > $PGPASSFILE
 $database_host:$database_port:$database_name:$database_user:$database_password
 EOF
 
-su - postgres -c "psql $database_name" <<EOF
+su - postgres -c "psql $database_name" <<EOF >/dev/null
 CREATE EXTENSION IF NOT EXISTS unaccent;
 EOF
 

-----------------------------------------------------------------------

Summary of changes:
 src/post-install.d/db/populate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list