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  27fae9e4c2c32c9e4a1e9d12c09589bf9919c831 (commit)
      from  58cffad45a9efccf03f7b4ee6cf2813c6c206be4 (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=27fae9e4c2c32c9e4a1e9d12c09589bf9919c831

commit 27fae9e4c2c32c9e4a1e9d12c09589bf9919c831
Author: Roland Mas <[email protected]>
Date:   Tue May 3 23:32:52 2016 +0200

    Enable unaccent in correct database

diff --git a/src/post-install.d/db/populate.sh 
b/src/post-install.d/db/populate.sh
index 9535cbf..61a6e2c 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 <<EOF >/dev/null
+su - postgres -c "psql $database_name" <<EOF
 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

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to