commit 834aa19f9c6c0dff4f1ad091dd354f123b4cc9f5 parent 06bb803a1bbf5b5d2239b00f2993428cb85a3e6a Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Mon, 14 Apr 2025 15:50:12 +0200 rm /local/ from postinst Diffstat:
| M | debian/taler-merchant.postinst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst @@ -62,8 +62,8 @@ configure) /etc/taler-merchant/secrets/merchant-db.secret.conf fi - if [ -x /usr/local/bin/taler-merchant-dbinit ]; then - /usr/local/bin/taler-merchant-dbinit >/dev/null 2>&1 || true + if [ -x /usr/bin/taler-merchant-dbinit ]; then + /usr/bin/taler-merchant-dbinit >/dev/null 2>&1 || true fi if [ -f "$MARKER" ] && grep -q "enabled" "$MARKER"; then