aboutsummaryrefslogtreecommitdiffstats
path: root/debian/cgit.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cgit.postinst')
-rw-r--r--debian/cgit.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cgit.postinst b/debian/cgit.postinst
index 2988dd6..a4566a9 100644
--- a/debian/cgit.postinst
+++ b/debian/cgit.postinst
@@ -22,7 +22,7 @@ cachedir=/var/cache/cgit
22case "$1" in 22case "$1" in
23 configure) 23 configure)
24 if test -d $cachedir; then 24 if test -d $cachedir; then
25 chown www-data.www-data $cachedir 25 chown www-data:www-data $cachedir
26 fi 26 fi
27 ;; 27 ;;
28 28