merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 06bb803a1bbf5b5d2239b00f2993428cb85a3e6a
parent dc7c38c06123d7902016fb28c55400a1eaa82d7a
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Mon, 14 Apr 2025 15:47:19 +0200

adding forgotten mkdir of /run/taler/

Diffstat:
Mdebian/taler-merchant.prerm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/debian/taler-merchant.prerm b/debian/taler-merchant.prerm @@ -12,6 +12,7 @@ if [ -d /run/systemd/system ] && [ "$1" = upgrade ]; then if systemctl is-enabled taler-merchant-httpd.service >/dev/null 2>&1; then echo "taler-merchant-httpd was enabled before upgrade/remove." + mkdir -p /run/taler echo "enabled" > "$MARKER" fi