Skip to content
Snippets Groups Projects
Commit ba553c28 authored by Rick Carback's avatar Rick Carback
Browse files

rm rid more explicitly

parent efc32b8c
Branches
No related tags found
No related merge requests found
...@@ -80,7 +80,8 @@ trap finish INT ...@@ -80,7 +80,8 @@ trap finish INT
# Sleeps can die in a fire on the sun, we wait for the servers to start running # Sleeps can die in a fire on the sun, we wait for the servers to start running
# rounds # rounds
touch rid.txt || rm rid.txt || touch rid.txt rm rid.txt || true
touch rid.txt
cnt=0 cnt=0
echo -n "Waiting for a round to run" echo -n "Waiting for a round to run"
while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment