From 3732dc02e2345943a18bead3e3f5745c44c3c626 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 7 Jan 2014 17:56:00 +0100 Subject: [PATCH] handle config symlink --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index fb0d52b..b20fda7 100644 --- a/scripts/install +++ b/scripts/install @@ -30,6 +30,9 @@ final_path=/var/www/agendav sudo mkdir -p $final_path sudo cp -r ../sources/* $final_path +currentpath=$(pwd) +cd $final_path/web/application && ln -s ../config config && cd $currentpath + # caldav config radicale_path=$(sudo yunohost app setting radicale path) radicale_path=${radicale_path%/}