]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Missing db_stop in debian/openstack-dashboard-apache.postinst
authorThomas Goirand <thomas@goirand.fr>
Thu, 1 Nov 2012 08:12:28 +0000 (08:12 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 1 Nov 2012 08:12:28 +0000 (08:12 +0000)
Rewritten-From: 55e60f8ceb74068c8a9c42c155f60117ce9e085c

trusty/debian/openstack-dashboard-apache.postinst

index a8594bb3a55c42daab5765eda98b1a4d463e11e5..16388c9d487b69a311f3cd87fd8059b5b2226c82 100644 (file)
@@ -18,6 +18,7 @@ if [ "$1" = "configure" ] ; then
                fi
                invoke-rc.d --quiet apache2 reload
        fi
+       db_stop
 fi
 
 #DEBHELPER#