From 79ec2bfa294084cb9ecdb680b039ec2007f65996 Mon Sep 17 00:00:00 2001 From: openoms Date: Sat, 20 Jun 2020 20:19:02 +0100 Subject: [PATCH] start.scrip: fix RPCoverTor --- scripts/menu.wallet.sh | 2 +- scripts/start.script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menu.wallet.sh b/scripts/menu.wallet.sh index f85f280..72390ae 100755 --- a/scripts/menu.wallet.sh +++ b/scripts/menu.wallet.sh @@ -39,7 +39,7 @@ case $CHOICE in clear echo "" . /home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate - if [ ${RPCoverTor} = on ];then + if [ ${RPCoverTor} = on ]; then torify python /home/joinmarket/joinmarket-clientserver/scripts/wallet-tool.py generate else python /home/joinmarket/joinmarket-clientserver/scripts/wallet-tool.py generate diff --git a/scripts/start.script.sh b/scripts/start.script.sh index 4e15fa4..3ef0a94 100755 --- a/scripts/start.script.sh +++ b/scripts/start.script.sh @@ -64,7 +64,7 @@ else fi source /home/joinmarket/joinin.conf -if [ ${RPCoverTor} == on ];then +if [ ${RPCoverTor} = on ]; then tor="torify" else tor=""