From 92bbdee30e304a35eb3fbf8a585fa72474648399 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 16 Jul 2021 18:24:41 +0200 Subject: [PATCH] debian: fix symlink creation --- debian/taler-exchange.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst index 2d7e55627..290e46635 100644 --- a/debian/taler-exchange.postinst +++ b/debian/taler-exchange.postinst @@ -19,7 +19,7 @@ function lncfg() { mkdir $cf chown $(stat -L -c %u $TALER_HOME/$2):$(stat -L -c %g $TALER_HOME/$2) $cf fi - ln -sf $cf/taler.conf $3 + ln -sf $3 $cf/taler.conf } case "${1}" in