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, 6.1 has been updated
via 5de6015b4c0b5747ab21358b579b0f30832fd2fc (commit)
from 1d0f768b84773a66440430cf43ebc469299d6d9e (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=5de6015b4c0b5747ab21358b579b0f30832fd2fc
commit 5de6015b4c0b5747ab21358b579b0f30832fd2fc
Author: Franck Villaume <[email protected]>
Date: Wed Aug 22 13:58:40 2018 +0000
fix merge 6.0
diff --git a/src/post-install.d/db/populate.sh
b/src/post-install.d/db/populate.sh
index a6248a7..9e37ddb 100755
--- a/src/post-install.d/db/populate.sh
+++ b/src/post-install.d/db/populate.sh
@@ -70,7 +70,7 @@ EOF
PSQL_WITH_OPTS="psql -h $database_host -p $database_port -U $database_user
$database_name"
-$PSQL_WITH_OPTS <<EOF >/dev/null
+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
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits