From 4376fd0e8b89753f5071ae8c88871b85baafe296 Mon Sep 17 00:00:00 2001
From: Manevolent <manevolent@team.lixo>
Date: Tue, 21 Sep 2021 15:37:57 -0600
Subject: [PATCH] Appropriately sleep

---
 run.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run.sh b/run.sh
index 302507e..2c64c57 100644
--- a/run.sh
+++ b/run.sh
@@ -48,6 +48,7 @@ do
 		echo $checkout_version > $version_file
 	else
 		echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log"
+		sleep $delay
 		continue
 	fi
   fi