Imported Debian patch 4.8.10-2
This commit is contained in:
committed by
Mario Fetka
parent
8bc559c5a1
commit
358acdd85f
7
debian/freeipa-server.postinst
vendored
7
debian/freeipa-server.postinst
vendored
@@ -92,13 +92,6 @@ if [ "$1" = configure ]; then
|
||||
apache2_invoke ensite default-ssl || exit $?
|
||||
fi
|
||||
fi
|
||||
|
||||
# check if IPA is set up
|
||||
is_configured=`python2 -c 'from ipaserver.install import installutils; print "yes" if installutils.is_ipa_configured() else "no";'`
|
||||
if [ $is_configured = yes ]; then
|
||||
echo "Running ipa-server-upgrade..."
|
||||
ipa-server-upgrade --quiet >/dev/null
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -e /run/apache2/ipa ]; then
|
||||
|
||||
Reference in New Issue
Block a user