From: Greg Price Date: Sat, 29 Mar 2008 15:37:22 +0000 (-0400) Subject: keep /var/www/sipb-xen-www writable by our accounts X-Git-Tag: sipb-xen-www/1~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/679f2690b1147860be563a54b8739b555c6d4aed keep /var/www/sipb-xen-www writable by our accounts svn path=/trunk/packages/sipb-xen-www/; revision=307 --- diff --git a/debian/sipb-xen-www.postinst b/debian/sipb-xen-www.postinst index e4d526b..96ed42b 100755 --- a/debian/sipb-xen-www.postinst +++ b/debian/sipb-xen-www.postinst @@ -22,6 +22,7 @@ case "$1" in configure) cd /var/www/sipb-xen-www make clean && make all + chgrp -R sipb-xen . ;; abort-upgrade|abort-remove|abort-deconfigure)