This commit is contained in:
rootzoll 2018-08-31 22:02:32 +02:00
parent 9cc19f1b40
commit 5351709da7
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ case $CHOICE in
./00mainMenu.sh
;;
MOBILE)
sudo ./97addMobileWallet.sh
./97addMobileWallet.sh
echo "Press ENTER to return to main menu."
read key
./00mainMenu.sh

View File

@ -4,7 +4,7 @@
OPTIONS=(ZAP "Zap Wallet (iOS)" \
SHANGO "Shango Wallet (iOS)")
CHOICE=$(dialog --clear --title "Choose Mobile Wallet" 10 40 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(dialog --clear --title "Choose Mobile Wallet" --menu "" 10 40 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
clear
case $CHOICE in