diff options
author | Martin Basti <mbasti@redhat.com> | 2015-07-08 12:19:58 +0200 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-07-08 12:58:50 +0000 |
commit | 21b04769b952e4f237f8490cce0f33d76a2decf2 (patch) | |
tree | 389a4636dda50ea0c4a694c89b893599b2ee4e0c /freeipa.spec.in | |
parent | 232458a222435c80c28d6179f164673de67e2544 (diff) | |
download | freeipa-21b04769b952e4f237f8490cce0f33d76a2decf2.tar.gz freeipa-21b04769b952e4f237f8490cce0f33d76a2decf2.tar.xz freeipa-21b04769b952e4f237f8490cce0f33d76a2decf2.zip |
Upgrade: Do not show upgrade failed message when IPA is not installed
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 415a875fa..7e1ad4615 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -536,7 +536,7 @@ fi %posttrans server # This must be run in posttrans so that updates from previous # execution that may no longer be shipped are not applied. -/usr/sbin/ipa-server-upgrade --quiet >/dev/null || echo "IPA server upgrade failed: Inspect /var/log/ipaupgrade.log and run command ipa-server-upgrade manually." +/usr/sbin/ipa-server-upgrade --quiet >/dev/null || : # Restart IPA processes. This must be also run in postrans so that plugins # and software is in consistent state |