diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 4a62f1bd..13fb8982 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -69,7 +69,7 @@ class siac: @staticmethod def get_password(): # Get a port or use default - password = os.getenv("API_PASSWORD") + password = os.getenv("SIA_API_PASSWORD") if not password: home = os.getenv("HOME") password_file = open(home+"/.sia/apipassword")