Log ownership
This commit is contained in:
parent
a7f21c5e7c
commit
35794a7188
|
@ -204,6 +204,7 @@ function install_radicale {
|
|||
if [ ! -f /var/log/radicale/radicale.log ]; then
|
||||
touch /var/log/radicale/radicale.log
|
||||
fi
|
||||
chown -R www-data:www-data /var/log/radicale
|
||||
|
||||
apt-get -yq install python-radicale uwsgi uwsgi-plugin-python radicale
|
||||
|
||||
|
|
Loading…
Reference in New Issue