summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postinst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-02 21:21:34 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-02 21:21:34 +0100
commit0ccc6504209c155ee036893288ac0bc7e988d43a (patch)
tree5c385e80147f49271536afd626fe04b4ce27a14f /debian/taler-merchant.postinst
parent7334cfc40995c98aa550fedc7b249d9c08100028 (diff)
downloadmerchant-0ccc6504209c155ee036893288ac0bc7e988d43a.tar.gz
merchant-0ccc6504209c155ee036893288ac0bc7e988d43a.tar.bz2
merchant-0ccc6504209c155ee036893288ac0bc7e988d43a.zip
fix #6673: fix access rights on package install
Diffstat (limited to 'debian/taler-merchant.postinst')
-rw-r--r--debian/taler-merchant.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst
index dfd3e3de..54268d24 100644
--- a/debian/taler-merchant.postinst
+++ b/debian/taler-merchant.postinst
@@ -25,7 +25,7 @@ apache_install() {
# 1st argument will be the SECURITYTOKEN to use.
nginx_install() {
mkdir -p /etc/nginx/conf-available
- if [ ! -f /etc/apache2/conf-available/taler-merchant.conf ];
+ if [ ! -f /etc/nginx/conf-available/taler-merchant.conf ];
then
cat /etc/taler-merchant/nginx.conf | sed -e "s/%SECURITYTOKEN%/$1/" > /etc/nginx/conf-available/taler-merchant.conf
fi