mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 06:25:00 -05:00
Don't make the rpm %post fail just because the server has never been
configured before (and therefore there is nothing to upgrade, just let it spit out warnings for admins that actually check whats going on.
This commit is contained in:
@@ -93,7 +93,7 @@ fi
|
||||
/bin/chown apache /var/log/ipa_error.log
|
||||
/bin/chmod 600 /var/log/ipa_error.log
|
||||
restorecon /var/log/ipa_error.log
|
||||
/usr/sbin/ipa-upgradeconfig
|
||||
/usr/sbin/ipa-upgradeconfig || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user