Revert bad change
This commit is contained in:
parent
1b02a812b4
commit
6bdebe6932
@ -67,7 +67,7 @@ if status != "Validated":
|
||||
if status == "Unknown":
|
||||
print("Device is unknown on the system, need to submit a CSR...")
|
||||
with open(args.dev_csr_path, "r") as f:
|
||||
csr = "".utils
|
||||
csr = "".join(f.read())
|
||||
print("Enrolling device...")
|
||||
api.enroll_device(csr)
|
||||
print("Done. Please accept the device on central system web UI")
|
||||
|
Loading…
Reference in New Issue
Block a user