diff options
Diffstat (limited to 'debian/sitesummary.postinst')
-rw-r--r-- | debian/sitesummary.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst index fed549c..84b3f88 100644 --- a/debian/sitesummary.postinst +++ b/debian/sitesummary.postinst @@ -8,4 +8,7 @@ if [ -f /etc/apache2/sites-available/sitesummary ]; then rm /etc/apache2/sites-available/sitesummary fi +# Make sure the cgi script can write to the storage area +chown www-data /var/lib/sitesummary/tmpstorage /var/lib/sitesummary/entries + #DEBHELPER# |