2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Amend setinitalpwd

This commit is contained in:
Jarrod Johnson 2021-08-27 16:37:26 -04:00
parent c48f3a8b59
commit d69de62077

View File

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