nicer message with counting seconds

This commit is contained in:
openoms
2022-02-09 14:48:27 +00:00
parent 3fd49e7331
commit 5f9a9cb508

View File

@@ -315,7 +315,7 @@ elif [ "$1" = "unlock" ]; then
echo
exit 1
fi
echo "# waiting to unlock wallet ... $((attempt*5))"
echo "# waiting to unlock wallet ($((attempt*5))) ... "
sleep 5
attempt=$((attempt+1))
done