From 06d40c86c77552435631e1f0fce408d9004ffa17 Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 7 Jan 2014 14:39:22 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1329c83..cda4d6d 100755 --- a/scripts/install +++ b/scripts/install @@ -28,11 +28,13 @@ sudo cp ../conf/logging /etc/radicale/ # Copy files to the right place final_path=/var/www/radicale -sudo mkdir -p $final_path/collections +sudo mkdir -p $final_path sudo cp ../conf/radicale.wsgi $final_path +sudo mkdir -p /home/yunohost.app/radicale/collections # Set permissions to radicale directory sudo chown -R www-data. $final_path +sudo chown -R www-data. /home/yunohost.app/radicale/collections sudo touch /var/log/radicale sudo chgrp www-data /var/log/radicale sudo chmod g+w /var/log/radicale