Browse Source

Log ownership

Bob Mottram 8 years ago
parent
commit
35794a7188
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-radicale

+ 1
- 0
src/freedombone-app-radicale View File

@@ -204,6 +204,7 @@ function install_radicale {
204 204
     if [ ! -f /var/log/radicale/radicale.log ]; then
205 205
         touch /var/log/radicale/radicale.log
206 206
     fi
207
+    chown -R www-data:www-data /var/log/radicale
207 208
 
208 209
     apt-get -yq install python-radicale uwsgi uwsgi-plugin-python radicale
209 210