From a023effebbc88f2b99cdd4102fa841aef4e17a35 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 3 Feb 2020 08:12:18 +0000 Subject: [PATCH] fix JM install --- scripts/install.joinmarket.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.joinmarket.sh b/scripts/install.joinmarket.sh index 4df6f11..3bcae8d 100644 --- a/scripts/install.joinmarket.sh +++ b/scripts/install.joinmarket.sh @@ -16,9 +16,9 @@ fi # generate joinmarket.cfg if [ ! -f "/home/joinin/joinmarket-clientserver/scripts/joinmarket.cfg" ] ; then echo "Generating the joinmarket.cfg" - udo -u joinin . /home/joinin/joinmarket-clientserver/jmvenv/bin/activate &&\ + . /home/joinin/joinmarket-clientserver/jmvenv/bin/activate &&\ cd /home/joinin/joinmarket-clientserver/scripts/ - sudo -u joinin python wallet-tool.py generate + python wallet-tool.py generate else echo "the joinmarket.cfg is already present" echo ""