mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-20 13:28:07 +02:00
menu.wallet.sh: use GEN function
This commit is contained in:
parent
8f49af65c0
commit
dfc006e7ab
1 changed files with 1 additions and 11 deletions
|
|
@ -44,17 +44,7 @@ CHOICE=$(dialog \
|
|||
case $CHOICE in
|
||||
|
||||
GEN)
|
||||
clear
|
||||
echo
|
||||
. /home/joinmarket/joinmarket-clientserver/jmvenv/bin/activate
|
||||
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
|
||||
fi
|
||||
echo
|
||||
echo "Press ENTER to return to the menu"
|
||||
read key;;
|
||||
menu_GEN;;
|
||||
DISPLAY)
|
||||
menu_DISPLAY;;
|
||||
HISTORY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue