From: Thomas Goirand Date: Thu, 1 Nov 2012 08:12:28 +0000 (+0000) Subject: Missing db_stop in debian/openstack-dashboard-apache.postinst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eca2f24ac9e9cb6fc2b4197582318758453db115;p=openstack-build%2Fhorizon-build.git Missing db_stop in debian/openstack-dashboard-apache.postinst Rewritten-From: 55e60f8ceb74068c8a9c42c155f60117ce9e085c --- diff --git a/trusty/debian/openstack-dashboard-apache.postinst b/trusty/debian/openstack-dashboard-apache.postinst index a8594bb..16388c9 100644 --- a/trusty/debian/openstack-dashboard-apache.postinst +++ b/trusty/debian/openstack-dashboard-apache.postinst @@ -18,6 +18,7 @@ if [ "$1" = "configure" ] ; then fi invoke-rc.d --quiet apache2 reload fi + db_stop fi #DEBHELPER#