diff options
| -rw-r--r-- | debian/boca-common.postinst | 2 | ||||
| -rw-r--r-- | debian/boca-web.postinst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/boca-common.postinst b/debian/boca-common.postinst index 0a35a35..2d47988 100644 --- a/debian/boca-common.postinst +++ b/debian/boca-common.postinst @@ -48,6 +48,6 @@ case "$1" in esac chmod 600 /var/www/boca/src/private/conf.php -chown www-data.www-data /var/www/boca/src/private/conf.php +chown www-data:www-data /var/www/boca/src/private/conf.php exit 0 diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst index 2006bff..ca537f5 100644 --- a/debian/boca-web.postinst +++ b/debian/boca-web.postinst @@ -2,7 +2,7 @@ . /usr/share/debconf/confmodule -chown -R www-data.www-data /var/www/boca +chown -R www-data:www-data /var/www/boca chmod -R go-rwx /var/www/boca/src/private a2enmod socache_shmcb |