summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-16 18:24:41 +0200
committerFlorian Dold <florian@dold.me>2021-07-16 18:24:41 +0200
commit92bbdee30e304a35eb3fbf8a585fa72474648399 (patch)
tree1d6be7cd77a16bd28d238292f288e9149014e119
parent0cdeaca21ada6f854e820c6b9eadb6131a4c2efc (diff)
downloadexchange-92bbdee30e304a35eb3fbf8a585fa72474648399.tar.gz
exchange-92bbdee30e304a35eb3fbf8a585fa72474648399.tar.bz2
exchange-92bbdee30e304a35eb3fbf8a585fa72474648399.zip
debian: fix symlink creation
-rw-r--r--debian/taler-exchange.postinst2
1 files changed, 1 insertions, 1 deletions
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