Permissions on collections
This commit is contained in:
parent
3c03c08413
commit
316fe5800d
|
@ -338,6 +338,7 @@ function install_radicale {
|
||||||
mkdir -p /var/www/radicale/collections
|
mkdir -p /var/www/radicale/collections
|
||||||
fi
|
fi
|
||||||
chown -R www-data:www-data /var/www/radicale
|
chown -R www-data:www-data /var/www/radicale
|
||||||
|
chmod -R 755 /var/www/radicale/collections
|
||||||
|
|
||||||
# create the configuration
|
# create the configuration
|
||||||
echo '[server]' > ${RADICALE_DIRECTORY}/config
|
echo '[server]' > ${RADICALE_DIRECTORY}/config
|
||||||
|
|
Loading…
Reference in New Issue