From ba553c28ed1c0e574c674c2963354fb4d1bfe334 Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Wed, 13 May 2020 18:19:00 +0000
Subject: [PATCH] rm rid more explicitly

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

diff --git a/basice2e/run.sh b/basice2e/run.sh
index e27c298..c7157ef 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -80,7 +80,8 @@ trap finish INT
 
 # Sleeps can die in a fire on the sun, we wait for the servers to start running
 # rounds
-touch rid.txt || rm rid.txt || touch rid.txt
+rm rid.txt || true
+touch rid.txt
 cnt=0
 echo -n "Waiting for a round to run"
 while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do
-- 
GitLab