From 0ccc6504209c155ee036893288ac0bc7e988d43a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 2 Jan 2021 21:21:34 +0100 Subject: fix #6673: fix access rights on package install --- debian/taler-merchant.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/taler-merchant.postinst') 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 -- cgit v1.2.3