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=""