diff options
author | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-02-13 12:15:40 +0000 |
---|---|---|
committer | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-02-16 15:12:38 +0100 |
commit | c4353405a5c457b8301de123c646e748a07f8a22 (patch) | |
tree | 6a2324e0005d8c072a50adb16ef4c30a5acc46ef /debian | |
parent | de6c3312ceca9d0f9c0d2041c16a46d6b538b2a6 (diff) | |
download | conduit-c4353405a5c457b8301de123c646e748a07f8a22.zip |
Suggestions from Jonas Zohren
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 10d5561..378f99e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,7 +5,7 @@ set -e CONDUIT_CONFIG_PATH=/etc/matrix-conduit CONDUIT_CONFIG_FILE="${CONDUIT_CONFIG_PATH}/conduit.toml" -CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit/conduit_db +CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit/ case "$1" in configure) |