From 69467c87b7a7bd632161d00ba6fd60700ff81dbe Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 23 Jan 2014 17:31:30 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index df7208d..1e6f62e 100755 --- a/scripts/install +++ b/scripts/install @@ -29,13 +29,11 @@ sudo sed -i "s@CHANGEPATH@$path@g" /etc/radicale/config # Copy files to the right place final_path=/var/www/radicale -sudo mkdir -p $final_path +sudo mkdir -p $final_path/collections 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