From 846212a9888340a72dadaf7d51ae415863dd237a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 3 Dec 2018 21:34:41 +0100 Subject: [PATCH] fix ui --- home.admin/BBcashoutWallet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.admin/BBcashoutWallet.sh b/home.admin/BBcashoutWallet.sh index 97a8122..dd4c09f 100755 --- a/home.admin/BBcashoutWallet.sh +++ b/home.admin/BBcashoutWallet.sh @@ -90,6 +90,7 @@ while [ ${tryAgain} -eq 1 ] echo "FAIL: $error" tryAgain=$(echo "${error}" | grep -c 'insufficient funds available to construct transaction') if [ ${tryAgain} -eq 0 ]; then + echo "" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "FINAL FAIL --> Was not able to send transaction (see error above)" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @@ -97,6 +98,7 @@ while [ ${tryAgain} -eq 1 ] else # success echo "$result" + echo "" echo "********************************************************************" echo "OK --> send ${amount} sat to address + ${fee} sat fees max" echo "********************************************************************"