mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-16 13:00:51 +02:00
start.scrip: fix RPCoverTor
This commit is contained in:
parent
a940e84742
commit
79ec2bfa29
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ else
|
|||
fi
|
||||
|
||||
source /home/joinmarket/joinin.conf
|
||||
if [ ${RPCoverTor} == on ];then
|
||||
if [ ${RPCoverTor} = on ]; then
|
||||
tor="torify"
|
||||
else
|
||||
tor=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue