Update setup-scripts/health-checker.py

Co-authored-by: Marcin S. <scatman@bu.edu>
This commit is contained in:
Matthew Sevey 2021-02-03 10:22:24 -07:00 committed by GitHub
parent ff183beb66
commit 50dff35da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''