diff --git a/scripts/install b/scripts/install index 53b3c4b..ee50552 100644 --- a/scripts/install +++ b/scripts/install @@ -28,7 +28,7 @@ db_user=grav # Copy files to the right place final_path=/var/www/grav sudo mkdir -p $final_path -sudo cp -a ../src/* $final_path +sudo cp -aR ../src/* $final_path # Set permissions to roundcube directory sudo chown -R www-data: $final_path