summarylogtreecommitdiffstats
path: root/freeipa-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'freeipa-client.install')
-rw-r--r--freeipa-client.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/freeipa-client.install b/freeipa-client.install
index 07a72603e788..d034848e6049 100644
--- a/freeipa-client.install
+++ b/freeipa-client.install
@@ -20,8 +20,8 @@ post_upgrade() {
fi
fi
- if [ ! -f '/etc/ipa/nssdb/cert8.db' -a $restore -ge 2 ]; then
- python2 -c 'from ipapython.certdb import create_ipa_nssdb; create_ipa_nssdb()' >/dev/null 2>&1
+ if [ $restore -ge 2 ]; then
+ python2 -c 'from ipapython.certdb import update_ipa_nssdb; update_ipa_nssdb()' >/var/log/ipaupgrade.log 2>&1
fi
# Has the client been configured?