mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo causing ipa-upgradeconfig to fail.
Replace 'post-certsave-command' by 'cert-postsave-command'. https://fedorahosted.org/freeipa/ticket/4529 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
0f200143db
commit
f30eac04e1
@ -695,7 +695,7 @@ def certificate_renewal_update(ca):
|
||||
if pre_command != val:
|
||||
break
|
||||
|
||||
val = certmonger.get_request_value(request_id, 'post-certsave-command')
|
||||
val = certmonger.get_request_value(request_id, 'cert-postsave-command')
|
||||
if val is not None:
|
||||
val = val.split(' ', 1)[0]
|
||||
val = os.path.basename(val)
|
||||
|
Loading…
Reference in New Issue
Block a user