From 9728a41939fedf3e177371466450f854ab400956 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 7 Jan 2014 18:12:06 +0100 Subject: [PATCH] fix install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b20fda7..9003450 100644 --- a/scripts/install +++ b/scripts/install @@ -30,6 +30,7 @@ final_path=/var/www/agendav sudo mkdir -p $final_path sudo cp -r ../sources/* $final_path +sudo chown -R admin: $final_path currentpath=$(pwd) cd $final_path/web/application && ln -s ../config config && cd $currentpath