mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -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
9c50f9f957
commit
cba9dcfe0d
@ -713,7 +713,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