Revert "database config path fixed"

This reverts commit e70428b7c1.

It was wrong.
This commit is contained in:
Benjamin Dauvergne 2014-09-19 09:52:12 +02:00
parent e93270a51b
commit 3cef0980aa
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ case "$1" in
if [ -f /usr/share/dbconfig-common/dpkg/postinst.pgsql ]; then
. /usr/share/dbconfig-common/dpkg/postinst.pgsql
dbc_generate_include="template:/etc/portail-citoyen/db.conf"
dbc_generate_include_args="-o template_infile=/etc/portail-citoyen/db.conf -U"
dbc_generate_include_args="-o template_infile=/usr/share/portail-citoyen/templates/db.conf -U"
dbc_generate_include_owner="root:portail-citoyen"
dbc_generate_include_perms="640"
dbc_pgsql_createdb_encoding="UTF8"