From d69de620770de69388c23875fceeb554da02e825 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 27 Aug 2021 16:37:26 -0400 Subject: [PATCH] Amend setinitalpwd --- misc/setinitalpwd.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/setinitalpwd.py b/misc/setinitalpwd.py index a640fdc7..32a97fd5 100644 --- a/misc/setinitalpwd.py +++ b/misc/setinitalpwd.py @@ -4,11 +4,7 @@ import json import os import sys -tmppassword = 'to3BdS91ABrd' missingargs = False -if 'XCCUSER' not in os.environ: - print('Must set XCCUSER environment variable') - missingargs = True if 'XCCPASS' not in os.environ: print('Must set XCCPASS environment variable') missingargs = True