From 50dff35da8d48823e72c0a304942b76d6e0a2ed7 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 3 Feb 2021 10:22:24 -0700 Subject: [PATCH] Update setup-scripts/health-checker.py Co-authored-by: Marcin S. --- setup-scripts/health-checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 2ed208de..f849cfb6 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -285,7 +285,7 @@ async def check_alerts(): # Repair Size # Execute 'siac renter' and read the response cmd_string = "docker exec {} siac renter".format(CONTAINER_NAME) - siac_alert_output = os.popen(cmd_string).read().strip() + siac_renter_output = os.popen(cmd_string).read().strip() # Initialize variables repair_remaining = ''