From 8d179ed316ee59e0eb6975b43a1bc55ccab354eb Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Mon, 5 Aug 2019 20:36:58 +0000
Subject: [PATCH] Make a .elixxir directory to make hard coded path in udb
 happy

---
 basice2e/run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index a8c15b7..afb4097 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -7,6 +7,8 @@ set -e
 rm -fr results || true
 rm blob* || true
 
+mkdir -p .elixxir
+
 SERVERLOGS=results/servers
 GATEWAYLOGS=results/gateways
 CLIENTOUT=results/clients
-- 
GitLab