This commit is contained in:
fred 2023-04-03 20:12:39 +02:00
parent 0746bbf639
commit 07a59dba57
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ do
else
VCOINS=$($MY_PATH/../tools/COINScheck.sh $VOEUKEY | tail -n 1)
[[ $VCOINS == "" || $VCOINS == "null" ]] \
&& echo "ERROR G1WALLET NOT EXISTING $VCOINS" && continue \
&& echo "G1WALLET NOT EXISTING YET : $VCOINS" && continue \
|| echo "WISH G1WALLET = $VCOINS G1"
fi