|
@ -208,7 +208,8 @@ if [ ${walletExists} -eq 0 ]; then |
|
|
|
|
|
|
|
|
if [ "${CHOICE}" == "ONLYSEED" ] || [ "${CHOICE}" == "SEED+SCB" ]; then |
|
|
if [ "${CHOICE}" == "ONLYSEED" ] || [ "${CHOICE}" == "SEED+SCB" ]; then |
|
|
# enter SEED words |
|
|
# enter SEED words |
|
|
while [ ${#result} -eq 0 ] |
|
|
wordstring="" |
|
|
|
|
|
while [ ${#wordstring} -eq 0 ] |
|
|
do |
|
|
do |
|
|
|
|
|
|
|
|
# dialog to enter |
|
|
# dialog to enter |
|
@ -229,6 +230,7 @@ if [ ${walletExists} -eq 0 ]; then |
|
|
exit 1 |
|
|
exit 1 |
|
|
else |
|
|
else |
|
|
echo "wrong number of words" |
|
|
echo "wrong number of words" |
|
|
|
|
|
wordstring="" |
|
|
exit 1 |
|
|
exit 1 |
|
|
fi |
|
|
fi |
|
|
sleep 3 |
|
|
sleep 3 |
|
|