[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: debian: fix symlink creation
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: debian: fix symlink creation |
Date: |
Fri, 16 Jul 2021 18:24:46 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 92bbdee3 debian: fix symlink creation
92bbdee3 is described below
commit 92bbdee30e304a35eb3fbf8a585fa72474648399
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 16 18:24:41 2021 +0200
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 2d7e5562..290e4663 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: debian: fix symlink creation,
gnunet <=