aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2015-05-14 10:49:18 +0200
committerPetter Reinholdtsen <pere@hungry.com>2015-05-14 10:49:18 +0200
commit15380b36daba1b06b2768251f2eefc2a7420a1f1 (patch)
treeee0c8560aad9974db1bbef1ae2413a8b7beb3592 /debian
parent69e610aff23e3c047b2ea5b3bbd262a0303e769c (diff)
downloadsitesummary-15380b36daba1b06b2768251f2eefc2a7420a1f1.tar.gz
sitesummary-15380b36daba1b06b2768251f2eefc2a7420a1f1.tar.bz2
sitesummary-15380b36daba1b06b2768251f2eefc2a7420a1f1.tar.xz
Remove trailing space.
Diffstat (limited to 'debian')
-rw-r--r--debian/sitesummary.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst
index 910d81a..3401acf 100644
--- a/debian/sitesummary.postinst
+++ b/debian/sitesummary.postinst
@@ -83,7 +83,7 @@ case "$1" in
# Make sure the cgi script can write to the storage area
chown www-data /var/lib/sitesummary/tmpstorage \
- /var/lib/sitesummary/entries
+ /var/lib/sitesummary/entries
;;