diff options
author | Florian Dold <florian@dold.me> | 2021-07-16 18:24:41 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-16 18:24:41 +0200 |
commit | 92bbdee30e304a35eb3fbf8a585fa72474648399 (patch) | |
tree | 1d6be7cd77a16bd28d238292f288e9149014e119 /debian/taler-exchange.postinst | |
parent | 0cdeaca21ada6f854e820c6b9eadb6131a4c2efc (diff) |
debian: fix symlink creation
Diffstat (limited to 'debian/taler-exchange.postinst')
-rw-r--r-- | debian/taler-exchange.postinst | 2 |
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 |