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