diff options
Diffstat (limited to 'debian/sitesummary.postinst')
-rw-r--r-- | debian/sitesummary.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst index a108559..c1dfaec 100644 --- a/debian/sitesummary.postinst +++ b/debian/sitesummary.postinst @@ -45,8 +45,8 @@ case "$1" in if [ -z "$2" ] && \ [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper - apache2_invoke enconf sitesummary.conf apache2_invoke enmod cgi.load + apache2_invoke enconf sitesummary.conf fi # Make sure the cgi script can write to the storage area |