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
|
if [ ! -f /var/log/radicale/radicale.log ]; then
|
||||||
touch /var/log/radicale/radicale.log
|
touch /var/log/radicale/radicale.log
|
||||||
fi
|
fi
|
||||||
|
chown -R www-data:www-data /var/log/radicale
|
||||||
|
|
||||||
apt-get -yq install python-radicale uwsgi uwsgi-plugin-python radicale
|
apt-get -yq install python-radicale uwsgi uwsgi-plugin-python radicale
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue