start.scrip: fix RPCoverTor

This commit is contained in:
openoms 2020-06-20 20:19:02 +01:00
parent a940e84742
commit 79ec2bfa29
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -64,7 +64,7 @@ else
fi
source /home/joinmarket/joinin.conf
if [ ${RPCoverTor} == on ];then
if [ ${RPCoverTor} = on ]; then
tor="torify"
else
tor=""