mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-23 04:21:29 +00:00
fix: typo
This commit is contained in:
parent
31cb627db6
commit
7e349536d6
|
@ -71,7 +71,7 @@ class KanidmAdminToken:
|
||||||
def reset_and_save_idm_admin_password() -> str:
|
def reset_and_save_idm_admin_password() -> str:
|
||||||
new_kanidm_admin_password = subprocess.check_output(
|
new_kanidm_admin_password = subprocess.check_output(
|
||||||
[
|
[
|
||||||
"kanidmd",
|
"kanidm",
|
||||||
"recover-account",
|
"recover-account",
|
||||||
"-c",
|
"-c",
|
||||||
"/etc/kanidm/server.toml",
|
"/etc/kanidm/server.toml",
|
||||||
|
|
Loading…
Reference in a new issue