From bfb71952fd5595a218809a4f820027f2e5cf945e Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Fri, 28 Nov 2014 17:14:07 +0100 Subject: [PATCH] Add missing argument in postint script --- distros/debian8/zoneminder.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/debian8/zoneminder.postinst b/distros/debian8/zoneminder.postinst index b67fffd2d..a8f72964c 100644 --- a/distros/debian8/zoneminder.postinst +++ b/distros/debian8/zoneminder.postinst @@ -61,7 +61,7 @@ if [ "$1" = "configure" ]; then fi apache_install $1 if [ -f /etc/init.d/apache2 ] ; then - invoke-rc.d reload 3>/dev/null || true + invoke-rc.d apache2 reload 3>/dev/null || true fi fi #DEBHELPER#