diff --git a/distros/debian8/zoneminder.postinst b/distros/debian8/zoneminder.postinst index ae44b9f9f..3f0a1633a 100644 --- a/distros/debian8/zoneminder.postinst +++ b/distros/debian8/zoneminder.postinst @@ -145,7 +145,7 @@ if [ "$1" = configure ] || [ "$1" = reconfigure ]; then webserver=${webserver%,} # Currently we only support apache2 if [ "$webserver" = "apache2" ] ; then - apache_install + apache_install $1 fi done fi