[DRE-commits] [redmine] 37/39: postinst: fix sqlite db name
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Dec 8 12:56:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository redmine.
commit 8357937b353c0a5e43d2a7108fcc811799300c38
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Oct 5 18:29:03 2015 -0300
postinst: fix sqlite db name
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index 7c7b419..46c381b 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -43,7 +43,7 @@ manage_instance() {
dbc_dbfile_perms="0660"
dbc_mysql_createdb_encoding="UTF8"
dbc_pgsql_createdb_encoding="UTF8"
- dbc_dbname=redmine_$instance
+ dbc_name=redmine_$instance
if db_get redmine/instances/$lInstance/db/basepath && [ -n "$RET" ]; then
dbc_basepath="$RET"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list