diff --git a/debian/ngcp-panel.postinst b/debian/ngcp-panel.postinst index d8055671bd..bbcc871e78 100644 --- a/debian/ngcp-panel.postinst +++ b/debian/ngcp-panel.postinst @@ -32,7 +32,7 @@ a2dissite default # reload perl and/or apache modules if [ -x /etc/init.d/apache2 ] ; then - invoke-rc.d apache2 reload + invoke-rc.d apache2 restart fi exit 0